Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CallbackResponse ¶
type CallbackResponse struct {
OAuth2Token *oauth2.Token
IDTokenClaims *json.RawMessage // ID Token payload is just JSON.
RawIDToken string
UserInfo interface{}
Introspection interface{}
Refresh interface{}
RefreshIDToken interface{}
}
type ImplicitTemplateContext ¶
type OIDCClient ¶
type OIDCClient struct {
// contains filtered or unexported fields
}
func NewOIDCClient ¶
func NewOIDCClient(clientID string, clientSecret string, providerURL string) *OIDCClient
func (*OIDCClient) Run ¶
func (c *OIDCClient) Run()
Click to show internal directories.
Click to hide internal directories.