Documentation
¶
Index ¶
Constants ¶
View Source
const ( KeyRoleId = "role_id" KeySecretId = "secret_id" KeySecretIdFile = "secret_id_file" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AppRoleAuth ¶
type AppRoleAuth struct {
// contains filtered or unexported fields
}
func NewAppRoleAuth ¶
func (*AppRoleAuth) Authenticate ¶
func (t *AppRoleAuth) Authenticate() (string, error)
type TokenAuth ¶
type TokenAuth struct {
// contains filtered or unexported fields
}
func NewTokenAuth ¶
func (*TokenAuth) Authenticate ¶
type TokenImplicitAuth ¶
type TokenImplicitAuth struct {
// contains filtered or unexported fields
}
func NewTokenImplicitAuth ¶
func NewTokenImplicitAuth() *TokenImplicitAuth
func (*TokenImplicitAuth) Authenticate ¶
func (t *TokenImplicitAuth) Authenticate() (string, error)
Click to show internal directories.
Click to hide internal directories.