class HaveAPI::Authentication::OAuth2::Authorization
Abstract class describing ongoing authorization and what methods it must respond to
Attributes
@return [String, nil]
@return [String, nil]
@return [String]
Public Instance Methods
Source
# File lib/haveapi/authentication/oauth2/provider.rb, line 49 def check_code_validity(redirect_uri) raise NotImplementedError end
@param redirect_uri
[String] @return [Boolean]