PowerShellTokenCacheProvider 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.
public abstract class PowerShellTokenCacheProvider
type PowerShellTokenCacheProvider = class
Public MustInherit Class PowerShellTokenCacheProvider
- Inheritance
-
PowerShellTokenCacheProvider
- Derived
Constructors
PowerShellTokenCacheProvider() |
Fields
_tokenCacheDataToFlush | |
PowerShellTokenCacheProviderKey |
Methods
ClearCache() | |
CreatePublicClient(String, String) |
Creates a public client app with tenantId. This method is not meant for authentication purpose. Use APIs from Azure.Identity instead. |
CreatePublicClient(String) |
Creates a public client app. This method is not meant for authentication purpose. Use APIs from Azure.Identity instead. |
FlushTokenData() | |
GetSubscriptionsFromTenantToken(IAccount, IAzureEnvironment, IAccessToken, Action<String>) | |
GetTenantTokensForAccount(IAccount, IAzureEnvironment, Action<String>) | |
GetTokenCachePersistenceOptions() | |
ListAccounts(String) | |
ReadTokenData() | |
RegisterCache(IPublicClientApplication) | |
TryRemoveAccount(String) | |
UpdateTokenDataWithoutFlush(Byte[]) |