package
1.9.0
Repository: https://github.com/auth0/go-auth0.git
Documentation: pkg.go.dev

# Functions

New creates and returns a new IDTokenValidator.
WithClockTolerance configures the allowed clock tolerance when validating time based claims.
WithHTTPClient configures the HTTP Client used by the JWKS fetcher.

# Structs

IDTokenValidator is used to validate ID tokens retrieved from Auth0.
ValidationOptions allows validating optional claims that might not always be in the ID token.

# Type aliases

Option is used for passing options to an `IDTokenValidator`.