Class AuthorizationCodePkceTokenRequest
- Namespace
- Auth0.AuthenticationApi.Models
- Assembly
- Auth0.AuthenticationApi.dll
Represents a request to exchange an authorization code (PKCE) for an access token during the OAuth authentication flow.
public class AuthorizationCodePkceTokenRequest : AuthorizationCodeRequestBase, IClientAuthentication
- Inheritance
-
AuthorizationCodePkceTokenRequest
- Implements
- Inherited Members
Properties
CodeVerifier
Cryptographically random key that was used to generate the code_challenge
passed to the /authorize
endpoint.
public string CodeVerifier { get; set; }