Exception: Osso::Error::InvalidOAuthClientIdentifier
- Inherits:
-
OAuthError
- Object
- StandardError
- Base
- OAuthError
- Osso::Error::InvalidOAuthClientIdentifier
- Defined in:
- lib/osso/error/oauth_error.rb
Instance Method Summary collapse
Methods inherited from OAuthError
Methods inherited from Base
Instance Method Details
#message ⇒ Object
25 26 27 28 29 |
# File 'lib/osso/error/oauth_error.rb', line 25 def 'No OAuth client exists for the requested OAuth client identifier. ' \ "Review our OAuth documentation, and ensure you're using a valid OAuth client identifier. " \ 'OAuth credentials may have been regenerated by your team.' end |