AuthenticationStoreTokenCache Class

Definition

[System.Serializable]
public class AuthenticationStoreTokenCache : Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache, IDisposable, Microsoft.Azure.Commands.Common.Authentication.Abstractions.IAzureTokenCache
[<System.Serializable>]
type AuthenticationStoreTokenCache = class
    inherit TokenCache
    interface IAzureTokenCache
    interface IDisposable
Public Class AuthenticationStoreTokenCache
Inherits TokenCache
Implements IAzureTokenCache, IDisposable
Inheritance
Microsoft.IdentityModel.Clients.ActiveDirectory.TokenCache
AuthenticationStoreTokenCache
Attributes
Implements

Constructors

AuthenticationStoreTokenCache(AzureTokenCache)
AuthenticationStoreTokenCache(TokenCache)

Properties

CacheData

Methods

Dispose()
Dispose(Boolean)
HandleAfterAccess(TokenCacheNotificationArgs)

Extension Methods

Populate(IAzureTokenCache, PSObject)

Populate a token cache from a PSObject

Applies to