Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AuthRequestParams ¶
type Config ¶
type Config struct { GrantType string `yaml:"grant_type"` Login Login `yaml:"login"` ClientID string `yaml:"client_id"` ClientSecret string `yaml:"client_secret"` RedirectURI string `yaml:"redirect_uri"` AuthEndpoint string `yaml:"authorization_endpoint"` TokenEndpoint string `yaml:"token_endpoint"` PrivateKeyJwt PrivateKeyJwtConfig `yaml:"private_key_jwt"` Scopes []string `yaml:"scopes"` }
type PrivateKeyJwtConfig ¶
type RedirectParams ¶
type TokenResponse ¶
Click to show internal directories.
Click to hide internal directories.