VisualStudioCodeCredential Class

Definition

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
VisualStudioCodeCredential

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)

Gets an AccessToken for the specified set of scopes.

GetTokenAsync(TokenRequestContext, CancellationToken)

Gets an AccessToken for the specified set of scopes.

Applies to