Options
All
  • Public
  • Public/Protected
  • All
Menu

Enumeration OAuthErrorType

Index

Enumeration members

authorization_pending

authorization_pending: = "authorization_pending"

change_password_required

change_password_required: = "change_password_required"

expired_token

expired_token: = "expired_token"

invalid_client

invalid_client: = "invalid_client"

invalid_grant

invalid_grant: = "invalid_grant"

invalid_request

invalid_request: = "invalid_request"

invalid_scope

invalid_scope: = "invalid_scope"

invalid_token

invalid_token: = "invalid_token"

not_licensed

not_licensed: = "not_licensed"

server_error

server_error: = "server_error"

two_factor_required

two_factor_required: = "two_factor_required"

unauthorized_client

unauthorized_client: = "unauthorized_client"

unsupported_grant_type

unsupported_grant_type: = "unsupported_grant_type"

unsupported_response_type

unsupported_response_type: = "unsupported_response_type"

unsupported_token_type

unsupported_token_type: = "unsupported_token_type"

Generated using TypeDoc