Class: Warden::OAuth2::Strategies::RefreshToken
Instance Attribute Summary
Attributes inherited from Client
#client, #client_id, #client_secret
Attributes inherited from Base
Instance Method Summary collapse
Methods inherited from Client
#authenticate!, #client_from_http_basic, #client_from_request_params, #error_status, #public_client?
Methods inherited from Base
Instance Method Details
#valid? ⇒ Boolean
5 6 7 |
# File 'lib/warden/oauth2/strategies/refresh_token.rb', line 5 def valid? params['grant_type'] == 'refresh_token' end |