Sha256: 9d110f18bd5f9a683acff7eac0d7b8dca186889e35d633a7415eda8b6f5cc664

Contents?: true

Size: 494 Bytes

Versions: 4

Compression:

Stored size: 494 Bytes

Contents

require 'microsoft_kiota_abstractions'
require_relative 'oauth_access_token_provider'
module MicrosoftGraphCore
    module Authentication
        class OAuthAuthenticationProvider < MicrosoftKiotaAbstractions::BaseBearerTokenAuthenticationProvider
            def initialize(token_request_context, allowed_hosts, scopes)
                super(MicrosoftGraphCore::Authentication::OAuthAccessTokenProvider.new(token_request_context, allowed_hosts, scopes))
            end
        end
    end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
microsoft_graph_core-0.3.2 lib/microsoft_graph_core/authentication/oauth_authentication_provider.rb
microsoft_graph_core-0.3.1 lib/microsoft_graph_core/authentication/oauth_authentication_provider.rb
microsoft_graph_core-0.3.0 lib/microsoft_graph_core/authentication/oauth_authentication_provider.rb
microsoft_graph_core-0.2.0 lib/microsoft_graph_core/authentication/oauth_authentication_provider.rb