OAuth error returned by the authorization server during an authentication or token request.
These errors correspond to standard OAuth / OpenID Connect error responses such as invalid_request, access_denied, or invalid_grant.
invalid_request
access_denied
invalid_grant
Optional
OAuth error code returned by the authorization server.
Human-readable description of the error.
OAuth error returned by the authorization server during an authentication or token request.
These errors correspond to standard OAuth / OpenID Connect error responses such as
invalid_request,access_denied, orinvalid_grant.