DelegateAuthenticationProvider Class

Definition

A default IAuthenticationProvider implementation.

public class DelegateAuthenticationProvider : Microsoft.Graph.IAuthenticationProvider
type DelegateAuthenticationProvider = class
    interface IAuthenticationProvider
Public Class DelegateAuthenticationProvider
Implements IAuthenticationProvider
Inheritance
DelegateAuthenticationProvider
Implements

Constructors

DelegateAuthenticationProvider(AuthenticateRequestAsyncDelegate)

Constructs an DelegateAuthenticationProvider.

Properties

AuthenticateRequestAsyncDelegate

Gets or sets the delegate for authenticating requests.

Methods

AuthenticateRequestAsync(HttpRequestMessage)

Authenticates the specified request message.

Applies to