From 69b49a13bc5b8a3463e7ec2f231201a3747476b0 Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Thu, 7 Dec 2023 10:44:22 +0000 Subject: [PATCH] Update src/auth/oauth.ts --- src/auth/oauth.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/auth/oauth.ts b/src/auth/oauth.ts index 4815cec7d..f46198ee8 100644 --- a/src/auth/oauth.ts +++ b/src/auth/oauth.ts @@ -141,6 +141,11 @@ export interface PushedAuthorizationRequest extends ClientCredentials { * The id of an invitation to accept. */ invitation?: string; + + /** + * A Base64-encoded SHA-256 hash of the {@link AuthorizationCodeGrantWithPKCERequest.code_verifier} used for the Authorization Code Flow with PKCE. + */ + code_challenge?: string; /** * Allow for any custom property to be sent to Auth0