Share via


SharedTokenCacheCredentialBrokerOptions Constructors

Definition

Overloads

SharedTokenCacheCredentialBrokerOptions()

Initializes a new instance of SharedTokenCacheCredentialBrokerOptions.

SharedTokenCacheCredentialBrokerOptions(TokenCachePersistenceOptions)

Initializes a new instance of SharedTokenCacheCredentialBrokerOptions.

SharedTokenCacheCredentialBrokerOptions()

Source:
SharedTokenCacheCredentialBrokerOptions.cs

Initializes a new instance of SharedTokenCacheCredentialBrokerOptions.

public SharedTokenCacheCredentialBrokerOptions ();
Public Sub New ()

Applies to

SharedTokenCacheCredentialBrokerOptions(TokenCachePersistenceOptions)

Source:
SharedTokenCacheCredentialBrokerOptions.cs

Initializes a new instance of SharedTokenCacheCredentialBrokerOptions.

public SharedTokenCacheCredentialBrokerOptions (Azure.Identity.TokenCachePersistenceOptions tokenCacheOptions);
new Azure.Identity.BrokeredAuthentication.SharedTokenCacheCredentialBrokerOptions : Azure.Identity.TokenCachePersistenceOptions -> Azure.Identity.BrokeredAuthentication.SharedTokenCacheCredentialBrokerOptions
Public Sub New (tokenCacheOptions As TokenCachePersistenceOptions)

Parameters

tokenCacheOptions
TokenCachePersistenceOptions

The TokenCachePersistenceOptions that will apply to the token cache used by this credential.

Applies to