Errors

object Errors(source)

Error codes for OAuth2 responses

Properties

Link copied to clipboard
const val INVALID_CODE: String

Invalid (or already used) authorization code: invalid_code

Link copied to clipboard

Invalid grant: invalid_grant

Link copied to clipboard

Invalid or missing proofs in OpenId4VCI: invalid_or_missing_proof

Link copied to clipboard

OIDC SIOPv2: the client_metadata parameter contains an invalid RP parameter Object.

Link copied to clipboard

OIDC SIOPv2: the client_metadata_uri in the Self-Issued OpenID Provider request returns an error or contains invalid data.

Link copied to clipboard

Invalid request in general: invalid_request

Link copied to clipboard

Invalid access token: invalid_token

Link copied to clipboard

OIDC SIOPv2: Self-Issued OP does not support some Relying Party parameter values received in the request.

Link copied to clipboard

OIDC SIOPv2: Self-Issued OP does not support any of the Subject Syntax Types supported by the RP, which were communicated in the request in the subject_syntax_types_supported parameter.

Link copied to clipboard

OIDC SIOPv2: End-User cancelled the Authorization Request from the RP.