From c4be647819c6ee2586500c04d39c234d2dcf5853 Mon Sep 17 00:00:00 2001 From: Adam Mcgrath Date: Thu, 7 Dec 2023 13:06:15 +0000 Subject: [PATCH] Update src/auth/oauth.ts --- src/auth/oauth.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/auth/oauth.ts b/src/auth/oauth.ts index f46198ee8..736a0a1ac 100644 --- a/src/auth/oauth.ts +++ b/src/auth/oauth.ts @@ -141,7 +141,6 @@ 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. */