ValidateIdTokenEvent
Deprecated
Configuring the grace period via event mutation is deprecated. Android consumers: replace with AuthFoundationDefaults.idTokenValidator = object : IdTokenValidator { ... } and apply the desired grace period inside your implementation. KMP/JVM consumers: use OAuth2ClientBuilder { idTokenValidator = DefaultIdTokenValidator(issuedAtGracePeriodInSeconds = N) }.
Emitted via EventHandler.onEvent when a Token is being validated.
Properties
Link copied to clipboard
The grace period in seconds that will be permitted when verifying the ID Token Jwt iss field.