Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
VisualStudioCodeCredential Class
Definition
- Namespace:
- Azure.Identity
- Assemblies:
- Azure.Core.dll, Azure.Identity.dll
- Assembly:
- Azure.Identity.dll
- Packages:
- Azure.Core v1.58.0, Azure.Identity v1.17.2
- Package:
- Azure.Identity v1.18.0-beta.3
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 broker.
public class VisualStudioCodeCredential : Azure.Identity.InteractiveBrowserCredential
type VisualStudioCodeCredential = class
inherit InteractiveBrowserCredential
Public Class VisualStudioCodeCredential
Inherits InteractiveBrowserCredential
- Inheritance
-
VisualStudioCodeCredential
Remarks
This credential requires installation of the following components:
Constructors
| Name | Description |
|---|---|
| VisualStudioCodeCredential() |
Creates a new instance of the VisualStudioCodeCredential. |
| VisualStudioCodeCredential(VisualStudioCodeCredentialOptions) |
Creates a new instance of the VisualStudioCodeCredential. |
Methods
| Name | Description |
|---|---|
| Authenticate(CancellationToken) |
Interactively authenticates a user via the default browser. (Inherited from InteractiveBrowserCredential) |
| Authenticate(TokenRequestContext, CancellationToken) |
Interactively authenticates a user via the default browser. The resulting AuthenticationRecord will automatically be used in subsequent calls to GetToken(TokenRequestContext, CancellationToken). (Inherited from InteractiveBrowserCredential) |
| AuthenticateAsync(CancellationToken) |
Interactively authenticates a user via the default browser. The resulting AuthenticationRecord will automatically be used in subsequent calls to GetTokenAsync(TokenRequestContext, CancellationToken). (Inherited from InteractiveBrowserCredential) |
| AuthenticateAsync(TokenRequestContext, CancellationToken) |
Interactively authenticates a user via the default browser. (Inherited from InteractiveBrowserCredential) |
| CreateTokenOptions(IReadOnlyDictionary<String,Object>) |
Creates a new instance of GetTokenOptions using the provided |
| GetToken(GetTokenOptions, CancellationToken) |
Gets an AuthenticationToken for the provided |
| GetToken(TokenRequestContext, CancellationToken) |
Obtains a access token from account signed in to Visual Studio Code. |
| GetTokenAsync(GetTokenOptions, CancellationToken) |
Gets an AuthenticationToken for the provided |
| GetTokenAsync(TokenRequestContext, CancellationToken) |
Obtains a access token from account signed in to Visual Studio Code. |
Applies to
Azure SDK for .NET
Feedback
Was this page helpful?
