Class: OAuth2::Client

Inherits:
Object
  • Object
show all
Defined in:
lib/microsoft_kiota_authentication_oauth/extensions/oauth2_ext.rb

Instance Method Summary collapse

Instance Method Details

#on_behalf_ofObject



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