AuthenticationTokenProvider 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.
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 |
GetToken(GetTokenOptions, CancellationToken) |
Gets a token from the auth provider. |
GetTokenAsync(GetTokenOptions, CancellationToken) |
Gets the token. |