Class: Rack::OAuth2::Client::Grant::TokenExchange

Inherits:
Rack::OAuth2::Client::Grant show all
Defined in:
lib/rack/oauth2/client/grant/token_exchange.rb

Instance Method Summary collapse

Methods inherited from Rack::OAuth2::Client::Grant

#as_json, #initialize

Constructor Details

This class inherits a constructor from Rack::OAuth2::Client::Grant

Instance Method Details

#grant_typeObject



8
9
10
# File 'lib/rack/oauth2/client/grant/token_exchange.rb', line 8

def grant_type
  URN::GrantType::TOKEN_EXCHANGE
end