Skip to content
OAuthConsentErrorEnum

Why a pending OAuth authorization request couldn't be shown for consent.

Values

  • unknownClient

    The client_id doesn't match a registered, active client.

  • invalidRedirectUri

    The redirect_uri isn't registered for this client.

  • invalidRequest

    The request is malformed (unsupported response_type or PKCE method).

  • invalidScope

    None of the requested scopes are grantable to this client.

Used in

OAuthConsentError