class PlatformAPI::OauthGrant

OAuth grants are used to obtain authorizations on behalf of a user. For more information please refer to the [Heroku OAuth documentation](devcenter.heroku.com/articles/oauth)

Public Class Methods

new(client) click to toggle source
# File lib/platform-api/client.rb, line 2244
def initialize(client)
  @client = client
end