Method: SparkApi::Authentication::OAuth2Impl::GrantTypePassword#initialize
- Defined in:
- lib/spark_api/authentication/oauth2_impl/grant_type_password.rb
#initialize(client, provider, session) ⇒ GrantTypePassword
Returns a new instance of GrantTypePassword.
8 9 10 |
# File 'lib/spark_api/authentication/oauth2_impl/grant_type_password.rb', line 8 def initialize(client, provider, session) super(client, provider, session) end |