Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Provider ¶ added in v1.3.0
type Provider struct { rp.RelyingParty TokenValidator }
func NewProvider ¶ added in v1.2.0
NewProvider returns a rp.RelyingParty instance
type TokenValidator ¶ added in v1.3.0
type TokenValidator interface {
Validate(session *state.State, tokens *token.Tokens[*token.IDTokenClaims]) error
}
func NewTokenValidateProvider ¶ added in v1.3.0
func NewTokenValidateProvider(conf *config.Config) (TokenValidator, error)
Click to show internal directories.
Click to hide internal directories.