Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type OAuth2UserInfo ¶
type OIDCService ¶
type OIDCService interface { GetToken(code, nonce, redirectURI string) (oauth2.Token, error) GetClaims(token oauth2.Token, claims interface{}) error RefreshToken(token oauth2.Token) (oauth2.Token, error) GetUserInfo(token oauth2.Token) (OAuth2UserInfo, error) GetTokenFromJwtBearer(username string) (oauth2.Token, error) }
OIDCService represents the inteface with OP
Click to show internal directories.
Click to hide internal directories.