Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

AuthorizationCodeCredential 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
Source:
AuthorizationCodeCredential.cs
Source:
AuthorizationCodeCredential.cs

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 Microsoft Entra ID. See https://learn.microsoft.com/entra/identity-platform/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
AuthorizationCodeCredential

Constructors

Name Description
AuthorizationCodeCredential()

Protected constructor for mocking.

AuthorizationCodeCredential(String, String, String, String, AuthorizationCodeCredentialOptions)

Creates an instance of the AuthorizationCodeCredential with the details needed to authenticate against Microsoft Entra ID with a prefetched authorization code.

AuthorizationCodeCredential(String, String, String, String)

Creates an instance of the AuthorizationCodeCredential with the details needed to authenticate against Microsoft Entra ID with a prefetched authorization code.

Methods

Name Description
CreateTokenOptions(IReadOnlyDictionary<String,Object>)

Creates a new instance of GetTokenOptions using the provided properties.

(Inherited from TokenCredential)
GetToken(GetTokenOptions, CancellationToken)

Gets an AuthenticationToken for the provided properties.

(Inherited from TokenCredential)
GetToken(TokenRequestContext, CancellationToken)

Obtains a token from Microsoft Entra ID, 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(GetTokenOptions, CancellationToken)

Gets an AuthenticationToken for the provided properties.

(Inherited from TokenCredential)
GetTokenAsync(TokenRequestContext, CancellationToken)

Obtains a token from Microsoft Entra ID, 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

Was this page helpful?