See: Description
| Interface | Description |
|---|---|
| TokenCredential |
The interface for credentials that can provide a token.
|
| Class | Description |
|---|---|
| AccessToken |
Represents an immutable access token with a token string and an expiration time.
|
| AzureKeyCredential |
Represents a credential that uses a key to authenticate to an Azure Service.
|
| AzureNamedKey |
Represents a credential bag containing the key and the name of the key.
|
| AzureNamedKeyCredential |
Represents a credential with a key name and the key and uses the key to authenticate to an Azure Service.
|
| AzureSasCredential |
Represents a credential that uses a shared access signature to authenticate to an Azure Service.
|
| BasicAuthenticationCredential |
Basic Auth credentials for use with a REST Service Client.
|
| SimpleTokenCache |
A token cache that supports caching a token and refreshing it.
|
| TokenRequestContext |
Contains details of a request to get a token.
|
Copyright © 2021 Microsoft Corporation. All rights reserved.