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



7
8
9
10
11
# File 'lib/microsoft_kiota_abstractions/authentication/anonymous_authentication_provider.rb', line 7

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