Class: Lyft::Client::Api::Oauth::GrantType

Inherits:
Object
  • Object
show all
Defined in:
lib/lyft/client/api/oauth/grant_type.rb

Constant Summary collapse

AUTHORIZATION_CODE =
'authorization_code'
CLIENT_CREDENTIALS =
'client_credentials'