Sign in
third-party-mirror
/
hashicorp
/
vault
/
207cf1a6dd87aaf17739c72eeeef099f0e1cbae6
/
.
/
v1.14.6
/
ui
/
app
/
models
/
auth-config
/
approle.js
blob: 099e01adadcfef0c4f7a77a0b0371336eb774560 [
file
] [
log
] [
blame
]
/**
* Copyright (c) HashiCorp, Inc.
* SPDX-License-Identifier: MPL-2.0
*/
import
AuthConfig
from
'../auth-config'
;
export
default
AuthConfig
.
extend
({});