DelegateAuthenticationProvider Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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. |