Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*Options)
Option for the Verifier
func WithKeyfuncProvider ¶
WithKeyfuncProvider allows for a configurable keyfunc.Provider, which may be useful if you want to customize the behavior of how metadata or JWK sets are fetched.
type Options ¶
type Options struct {
// contains filtered or unexported fields
}
Options are configurable options for the Verifier.
type Verifier ¶
type Verifier struct {
// contains filtered or unexported fields
}
Verifier is the implementation of the Okta JWT verification logic.
func NewVerifier ¶
NewVerifier creates a new Verifier for the specified issuer or client ID.
func (*Verifier) VerifyAccessToken ¶ added in v0.1.1
VerifyAccessToken verifies an Okta access token.
Click to show internal directories.
Click to hide internal directories.