Class: MicrosoftKiotaAbstractions::AnonymousAuthenticationProvider

Inherits:
Object
  • Object
show all
Includes:
AuthenticationProvider
Defined in:
lib/microsoft_kiota_abstractions/authentication/anonymous_authentication_provider.rb

Instance Method Summary collapse

Instance Method Details

#authenticate_request(request, additional_properties = {}) ⇒ Object



4
5
6
7
8
# File 'lib/microsoft_kiota_abstractions/authentication/anonymous_authentication_provider.rb', line 4

def authenticate_request(request, additional_properties = {})
  # return an empty Fiber - all other authentication providers do the same, and the FaradayRequestAdapter requires it.
  Fiber.new do
  end
end