Class: OAuth2::Strategy::OnBehalfOf
- Inherits:
-
Base
- Object
- Base
- OAuth2::Strategy::OnBehalfOf
- Defined in:
- lib/microsoft_kiota_authentication_oauth/extensions/oauth2_ext.rb
Instance Method Summary collapse
Instance Method Details
#get_token(params, response_opts = {}) ⇒ Object
9 10 11 |
# File 'lib/microsoft_kiota_authentication_oauth/extensions/oauth2_ext.rb', line 9 def get_token(params, response_opts = {}) @client.get_token(params, response_opts) end |