class HaveAPI::Authentication::OAuth2::Client
Abstract class describing the client and what methods it must respond to
Attributes
@return [String]
@return [String]
Public Instance Methods
Source
# File lib/haveapi/authentication/oauth2/provider.rb, line 16 def check_secret(client_secret) raise NotImplementedError end
@param client_secret [String] @return [Boolean]