你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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