Class: PlatformAPI::OauthGrant

Inherits:
Object
  • Object
show all
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

Constructor Details

#initialize(client) ⇒ OauthGrant

Returns a new instance of OauthGrant.



2220
2221
2222
# File 'lib/platform-api/client.rb', line 2220

def initialize(client)
  @client = client
end