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 19b1a16 commit 69b49a1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/auth/oauth.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 69b49a1

Please sign in to comment.