Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authenticator ¶
type Authenticator struct {
// contains filtered or unexported fields
}
func NewAuthenticator ¶
func NewAuthenticator(domain, audience string, opts ...Option) (*Authenticator, error)
func (*Authenticator) CheckJWT ¶
func (a *Authenticator) CheckJWT(token string) error
type JWKS ¶
type JWKS struct {
*jose.JSONWebKeySet
}
JWKS represents the KWT Key Set returned by auth0.com. See https://auth0.com/docs/tokens/json-web-tokens/json-web-key-set-properties
func JWKSForDomain ¶
Click to show internal directories.
Click to hide internal directories.