Поделиться через


AuthenticationTokenProvider Class

Definition

The base class for all AuthenticationTokenProvider implementations.

public abstract class AuthenticationTokenProvider
type AuthenticationTokenProvider = class
Public MustInherit Class AuthenticationTokenProvider
Inheritance
AuthenticationTokenProvider
Derived

Constructors

AuthenticationTokenProvider()

Methods

CreateTokenOptions(IReadOnlyDictionary<String,Object>)

Creates a new instance of GetTokenOptions using the provided properties.

GetToken(GetTokenOptions, CancellationToken)

Gets a token from the auth provider.

GetTokenAsync(GetTokenOptions, CancellationToken)

Gets the token.

Applies to