ClientSecretCredentialOptions.TokenCachePersistenceOptions Property

Definition

Specifies the TokenCachePersistenceOptions to be used by the credential. If not options are specified, the token cache will not be persisted to disk.

public Azure.Identity.TokenCachePersistenceOptions TokenCachePersistenceOptions { get; set; }
member this.TokenCachePersistenceOptions : Azure.Identity.TokenCachePersistenceOptions with get, set
Public Property TokenCachePersistenceOptions As TokenCachePersistenceOptions

Property Value

Applies to