Companion

object Companion

Properties

Link copied to clipboard
const val EXPIRED: String

Token has expired (exp is in the past).

Link copied to clipboard

Audience (aud) does not match the client ID.

Link copied to clipboard

Issuer does not match the expected Authorization Server.

Link copied to clipboard

JWT signing algorithm is not RS256.

Link copied to clipboard

JWT signature verification failed.

Link copied to clipboard

Token is missing a valid sub claim.

Link copied to clipboard

iat claim is outside the allowed grace period.

Link copied to clipboard

Issuer does not use HTTPS.

Link copied to clipboard

auth_time is missing or outside the allowed max_age.

Link copied to clipboard

Nonce does not match the value sent in the authorization request.