Documentation ¶
Index ¶
Constants ¶
View Source
const ( GrantTypeAuthCode = "authorization_code" GrantTypeUserCreds = "password" GrantTypeRefreshToken = "refresh_token" GrantTypeClientCreds = "client_credentials" GrantTypeUmaTicket = "urn:ietf:params:oauth:grant-type:uma-ticket" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CommonConfig ¶
type CommonConfig struct{}
type Configs ¶
type Configs interface { ReadConfigFile(filename string) error IsValid() error GetResources() []*authorization.Resource SetResources(resources []*authorization.Resource) GetHeaders() map[string]string GetMatchClaims() map[string]string GetTags() map[string]string GetAllowedQueryParams() map[string]string GetDefaultAllowedQueryParams() map[string]string }
type OpenIDProviderRetryCount ¶
type OpenIDProviderRetryCount int
Click to show internal directories.
Click to hide internal directories.