class Osso::Error::InvalidOAuthClientIdentifier
Public Instance Methods
message()
click to toggle source
# 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