Method: BambooId::Requests::AccessTokenRequest#initialize

Defined in:
lib/bamboo_id/requests/access_token_request.rb

#initialize(temporary_code:, subdomain:, grant_type: 'authorization_code') ⇒ AccessTokenRequest



8
9
10
11
12
# File 'lib/bamboo_id/requests/access_token_request.rb', line 8

def initialize(temporary_code:, subdomain:, grant_type: 'authorization_code')
  self.temporary_code = temporary_code
  self.subdomain      = subdomain
  self.grant_type     = grant_type
end