IAuthenticationProvider Interface

Definition

Interface for authenticating requests.

public interface IAuthenticationProvider
type IAuthenticationProvider = interface
Public Interface IAuthenticationProvider
Derived

Methods

AuthenticateRequestAsync(HttpRequestMessage)

Authenticates the specified request message.

Applies to