Class: OAuth2::Client
- Inherits:
-
Object
- Object
- OAuth2::Client
- Defined in:
- lib/microsoft_kiota_authentication_oauth/extensions/oauth2_ext.rb
Instance Method Summary collapse
Instance Method Details
#on_behalf_of ⇒ Object
18 19 20 |
# File 'lib/microsoft_kiota_authentication_oauth/extensions/oauth2_ext.rb', line 18 def on_behalf_of @on_behalf_of ||= OAuth2::Strategy::OnBehalfOf.new(self) end |