Class: MicrosoftKiotaAuthenticationOAuth::OAuthAuthenticationProvider

Inherits:
MicrosoftKiotaAbstractions::BaseBearerTokenAuthenticationProvider
  • Object
show all
Defined in:
lib/microsoft_kiota_authentication_oauth/oauth_authentication_provider.rb

Instance Method Summary collapse

Constructor Details

#initialize(token_request_context, allowed_hosts, scopes) ⇒ OAuthAuthenticationProvider

Returns a new instance of OAuthAuthenticationProvider.



6
7
8
# File 'lib/microsoft_kiota_authentication_oauth/oauth_authentication_provider.rb', line 6

def initialize(token_request_context, allowed_hosts, scopes)
  super(MicrosoftKiotaAuthenticationOAuth::OAuthAccessTokenProvider.new(token_request_context, allowed_hosts, scopes))
end