Documentation
¶
Index ¶
Constants ¶
View Source
const ( AKSAuthMode = "aks" OBOAuthMode = "obo" ClientCredentialAuthMode = "client-credential" )
View Source
const (
OrgType = "azure"
)
Variables ¶
View Source
var ( // ErrorClaimNotFound indicates the given key was not found in the claims ErrClaimNotFound = fmt.Errorf("claim not found") )
Functions ¶
Types ¶
type Authenticator ¶
type Authenticator struct { Options // contains filtered or unexported fields }
func (Authenticator) UID ¶
func (s Authenticator) UID() string
Click to show internal directories.
Click to hide internal directories.