Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrMissingIDToken = errors.New("Token response is missing ID token. You must wait until the previous ID token expires (likely 90 minutes)")
)
Functions ¶
This section is empty.
Types ¶
type OIDCCredStore ¶
type OIDCCredStore interface { GetOIDCTokens(name string) (*OIDCTokens, error) SetOIDCAuth(name, clientID, clientSecret string, providerEndpoint oauth2.Endpoint, tok *oauth2.Token) error DeleteOIDCAuth(name string) error }
func NewOIDCCredStore ¶
func NewOIDCCredStore() (OIDCCredStore, error)
Click to show internal directories.
Click to hide internal directories.