AuthorizationCodeCredential 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.
Authenticates by redeeming an authorization code previously obtained from Azure Active Directory. See https://docs.microsoft.com/azure/active-directory/develop/v2-oauth2-auth-code-flow for more information about the authorization code authentication flow.
public class AuthorizationCodeCredential : Azure.Core.TokenCredential
type AuthorizationCodeCredential = class
inherit TokenCredential
Public Class AuthorizationCodeCredential
Inherits TokenCredential
- Inheritance
Constructors
AuthorizationCodeCredential() |
Protected constructor for mocking. |
AuthorizationCodeCredential(String, String, String, String) |
Creates an instance of the ClientSecretCredential with the details needed to authenticate against Azure Active Directory with a prefetched authorization code. |
AuthorizationCodeCredential(String, String, String, String, AuthorizationCodeCredentialOptions) |
Creates an instance of the ClientSecretCredential with the details needed to authenticate against Azure Active Directory with a prefetched authorization code. |
Methods
GetToken(TokenRequestContext, CancellationToken) |
Obtains a token from the Azure Active Directory service, using the specified authorization code to authenticate. Acquired tokens are cached by the credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances to optimize cache effectiveness. |
GetTokenAsync(TokenRequestContext, CancellationToken) |
Obtains a token from the Azure Active Directory service, using the specified authorization code to authenticate. Acquired tokens are cached by the credential instance. Token lifetime and refreshing is handled automatically. Where possible, reuse credential instances to optimize cache effectiveness. |
Applies to
Feedback
Submit and view feedback for