Class: MicrosoftGraphCore::Authentication::OAuthAuthenticationProvider
- Inherits:
-
MicrosoftKiotaAbstractions::BaseBearerTokenAuthenticationProvider
- Object
- MicrosoftKiotaAbstractions::BaseBearerTokenAuthenticationProvider
- MicrosoftGraphCore::Authentication::OAuthAuthenticationProvider
- Defined in:
- lib/microsoft_graph_core/authentication/oauth_authentication_provider.rb
Instance Method Summary collapse
-
#initialize(token_request_context, allowed_hosts, scopes) ⇒ OAuthAuthenticationProvider
constructor
A new instance of OAuthAuthenticationProvider.
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 |