Class: PlatformAPI::OauthGrant
- Inherits:
-
Object
- Object
- PlatformAPI::OauthGrant
- Defined in:
- lib/platform-api/client.rb
Overview
OAuth grants are used to obtain authorizations on behalf of a user. For more information please refer to the Heroku OAuth documentation
Instance Method Summary collapse
-
#initialize(client) ⇒ OauthGrant
constructor
A new instance of OauthGrant.
Constructor Details
#initialize(client) ⇒ OauthGrant
Returns a new instance of OauthGrant.
2246 2247 2248 |
# File 'lib/platform-api/client.rb', line 2246 def initialize(client) @client = client end |