Companion

object Companion

Properties

Link copied to clipboard
const val EXPIRED: String

The error that's thrown when an ID Token is validated after it has expired.

Link copied to clipboard

The error that's thrown when an ID Token has an aud that doesn't match the client ID that made the request.

Link copied to clipboard

The error that's thrown when an ID Token has an issuer that doesn't match the issuer that made the request.

Link copied to clipboard

The error that's thrown when an ID Token has a Jwt signing algorithm that isn't RS256.

Link copied to clipboard

The error that's thrown when an ID Token has a Jwt signature that is invalid.

Link copied to clipboard

The error that's thrown when an ID Token doesn't contain a sub claim.

Link copied to clipboard

The error that's thrown when an ID Token has an iat isn't within the specified threshold of the current time.

Link copied to clipboard

The error that's thrown when an ID Token has an issuer that doesn't use HTTPS

Link copied to clipboard

The error that's thrown when an ID Token has an auth_time that isn't within the specified max_age.

Link copied to clipboard

The error that's thrown when an ID Token has a nonce that doesn't match the nonce that made the request.