SharedTokenCacheCredential 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
SharedTokenCacheCredential() |
Creates a new SharedTokenCacheCredential which will authenticate users signed in through developer tools supporting Azure single sign on. |
SharedTokenCacheCredential(SharedTokenCacheCredentialOptions) |
Creates a new SharedTokenCacheCredential which will authenticate users signed in through developer tools supporting Azure single sign on. |
SharedTokenCacheCredential()
Creates a new SharedTokenCacheCredential which will authenticate users signed in through developer tools supporting Azure single sign on.
public SharedTokenCacheCredential ();
Public Sub New ()
Applies to
SharedTokenCacheCredential(SharedTokenCacheCredentialOptions)
Creates a new SharedTokenCacheCredential which will authenticate users signed in through developer tools supporting Azure single sign on.
public SharedTokenCacheCredential (Azure.Identity.SharedTokenCacheCredentialOptions options);
new Azure.Identity.SharedTokenCacheCredential : Azure.Identity.SharedTokenCacheCredentialOptions -> Azure.Identity.SharedTokenCacheCredential
Public Sub New (options As SharedTokenCacheCredentialOptions)
Parameters
The client options for the newly created SharedTokenCacheCredential
Applies to
Azure SDK for .NET