Sign in
third-party-mirror
/
hashicorp
/
vault
/
207cf1a6dd87aaf17739c72eeeef099f0e1cbae6
/
.
/
v1.14.6
/
ui
/
app
/
adapters
/
oidc
/
assignment.js
blob: ccb0aef1fba1422edd12a1b01176f80a7ae8780f [
file
] [
log
] [
blame
]
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
import
NamedPathAdapter
from
'../named-path'
;
export
default
class
OidcAssignmentAdapter
extends
NamedPathAdapter
{
pathForType
()
{
return
'identity/oidc/assignment'
;
}
}