Companion
Properties
The error that's thrown when an ID Token has an aud
that doesn't match the client ID that made the request.
The error that's thrown when an ID Token has an issuer that doesn't match the issuer that made the request.
The error that's thrown when an ID Token has a Jwt signing algorithm that isn't RS256
.
The error that's thrown when an ID Token has a Jwt signature that is invalid.
The error that's thrown when an ID Token doesn't contain a sub
claim.
The error that's thrown when an ID Token has an iat
isn't within the specified threshold of the current time.
The error that's thrown when an ID Token has an issuer that doesn't use HTTPS
The error that's thrown when an ID Token has an auth_time
that isn't within the specified max_age
.
The error that's thrown when an ID Token has a nonce that doesn't match the nonce that made the request.