Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InternalAuthService ¶
type InternalAuthService interface {
GetConfig(tokenEndpointPath string, clientID string, clientSecret string, grantType string) clientcredentials.Config
GetOauthToken(ctx context.Context, config *clientcredentials.Config) (*oauth2.Token, error)
GetClaimsFromToken(tokenString string) jwt.MapClaims
}
InternalAuthService interface for internal oauth clients todo necessary?
Click to show internal directories.
Click to hide internal directories.