Versions in this module Expand all Collapse all v1 v1.0.2 Nov 5, 2023 v1.0.1 Nov 5, 2023 Changes in this version + type IDTokenValidator struct + func New(ctx context.Context, domain string, clientID string, clientSecret string, ...) (*IDTokenValidator, error) + func (i *IDTokenValidator) Validate(idToken string, optional ValidationOptions) error + type Option func(*IDTokenValidator) + func WithClockTolerance(clockTolerance time.Duration) Option + func WithHTTPClient(client *http.Client) Option + type ValidationOptions struct + MaxAge time.Duration + Nonce string + Organization string