SharedTokenCacheCredentialBrokerOptions Constructors
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.
Overloads
SharedTokenCacheCredentialBrokerOptions() |
Initializes a new instance of SharedTokenCacheCredentialBrokerOptions. |
SharedTokenCacheCredentialBrokerOptions(TokenCachePersistenceOptions) |
Initializes a new instance of SharedTokenCacheCredentialBrokerOptions. |
SharedTokenCacheCredentialBrokerOptions()
Initializes a new instance of SharedTokenCacheCredentialBrokerOptions.
public SharedTokenCacheCredentialBrokerOptions ();
Public Sub New ()
Applies to
SharedTokenCacheCredentialBrokerOptions(TokenCachePersistenceOptions)
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
Azure SDK for .NET