Sha256: 5430787346891601bad6cd009b35eb3a4a73b1bdfb0af87ef381a6094efb36a4

Contents?: true

Size: 440 Bytes

Versions: 4

Compression:

Stored size: 440 Bytes

Contents

require 'microsoft_kiota_abstractions'
require_relative './oauth_access_token_provider'

module MicrosoftKiotaAuthenticationOAuth
  class OAuthAuthenticationProvider < MicrosoftKiotaAbstractions::BaseBearerTokenAuthenticationProvider
    def initialize(token_request_context, allowed_hosts, scopes)
      super(MicrosoftKiotaAuthenticationOAuth::OAuthAccessTokenProvider.new(token_request_context, allowed_hosts, scopes))
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
microsoft_kiota_authentication_oauth-0.8.0 lib/microsoft_kiota_authentication_oauth/oauth_authentication_provider.rb
microsoft_kiota_authentication_oauth-0.7.0 lib/microsoft_kiota_authentication_oauth/oauth_authentication_provider.rb
microsoft_kiota_authentication_oauth-0.6.0 lib/microsoft_kiota_authentication_oauth/oauth_authentication_provider.rb
microsoft_kiota_authentication_oauth-0.5.0 lib/microsoft_kiota_authentication_oauth/oauth_authentication_provider.rb