VisualStudioCredential 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 Azure Active Directory using data from Visual Studio
public class VisualStudioCredential : Azure.Core.TokenCredential
type VisualStudioCredential = class
inherit TokenCredential
Public Class VisualStudioCredential
Inherits TokenCredential
- Inheritance
Constructors
VisualStudioCredential() |
Creates a new instance of the VisualStudioCredential. |
VisualStudioCredential(VisualStudioCredentialOptions) |
Creates a new instance of the VisualStudioCredential 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
Feedback
Submit and view feedback for