Exception: StandardId::OAuthError
- Inherits:
-
StandardError
- Object
- StandardError
- StandardId::OAuthError
- Defined in:
- lib/standard_id/errors.rb
Overview
OAuth errors
Direct Known Subclasses
InvalidClientError, InvalidClientSecretCredentialsError, InvalidGrantError, InvalidRequestError, InvalidScopeError, MissingClientSecretCredentialsError, SocialLinkError, UnauthorizedClientError, UnsupportedGrantTypeError, UnsupportedResponseTypeError
Instance Method Summary collapse
Instance Method Details
#http_status ⇒ Object
30 31 32 |
# File 'lib/standard_id/errors.rb', line 30 def http_status :bad_request end |
#oauth_error_code ⇒ Object
26 27 28 |
# File 'lib/standard_id/errors.rb', line 26 def oauth_error_code :invalid_request end |