VisualStudioCodeCredential Class
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.
Enables authentication to Microsoft Entra ID as the user signed in to Visual Studio Code via the 'Azure Account' extension.
It's a known issue that VisualStudioCodeCredential
doesn't work with Azure Account extension
versions newer than 0.9.11. A long-term fix to this problem is in progress. In the meantime, consider authenticating
with AzureCliCredential.
public class VisualStudioCodeCredential : Azure.Core.TokenCredential
type VisualStudioCodeCredential = class
inherit TokenCredential
Public Class VisualStudioCodeCredential
Inherits TokenCredential
- Inheritance
Constructors
VisualStudioCodeCredential() |
Creates a new instance of the VisualStudioCodeCredential. |
VisualStudioCodeCredential(VisualStudioCodeCredentialOptions) |
Creates a new instance of the VisualStudioCodeCredential with the specified options. |
Methods
GetToken(TokenRequestContext, CancellationToken) |
Obtains a access token from account signed in to Visual Studio Code. |
GetTokenAsync(TokenRequestContext, CancellationToken) |
Obtains a access token from account signed in to Visual Studio Code. |
Applies to
Azure SDK for .NET