Class: MicrosoftGraphCore::Authentication::OAuthAuthenticationProvider

Inherits:
MicrosoftKiotaAbstractions::BaseBearerTokenAuthenticationProvider
  • Object
show all
Defined in:
lib/microsoft_graph_core/authentication/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_graph_core/authentication/oauth_authentication_provider.rb', line 6

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