Exception: Osso::Error::InvalidOAuthClientIdentifier

Inherits:
OAuthError
  • Object
show all
Defined in:
lib/osso/error/oauth_error.rb

Instance Method Summary collapse

Methods inherited from OAuthError

#docs_url

Methods inherited from Base

#docs_url

Instance Method Details

#messageObject



25
26
27
28
29
# File 'lib/osso/error/oauth_error.rb', line 25

def message
  '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