Skip to content

Commit

Permalink
Update src/auth/oauth.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath authored Dec 7, 2023
1 parent 69b49a1 commit c4be647
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/auth/oauth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.
*/
Expand Down

0 comments on commit c4be647

Please sign in to comment.