Package com.microsoft.kiota.authentication
package com.microsoft.kiota.authentication
-
ClassDescriptionReturns access tokensMaintains a list of valid hosts and allows authentication providers to check whether a host is valid before authenticating a requestThis authentication provider does not perform any authentication.This authentication provider adds an API key to the request as a query parameter or header.The location of the API key in the request.Authenticates the application request.Provides a base class for implementing AuthenticationProvider for Bearer token scheme.Provides an implementation of the Basic Access Authentication scheme: https://en.wikipedia.org/wiki/Basic_access_authentication .