Skip to content

Commit

Permalink
Address feedback from @panva
Browse files Browse the repository at this point in the history
  • Loading branch information
adamjmcgrath committed Jun 28, 2023
1 parent 0bb1e4a commit 149ae09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth0-session/client/edge-client.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class EdgeClient extends AbstractClient {
...(!this.config.clientAssertionSigningKey && { client_secret: this.config.clientSecret }),
token_endpoint_auth_method: this.config.clientAuthMethod,
id_token_signed_response_alg: this.config.idTokenSigningAlg,
clockTolerance: this.config.clockTolerance
[oauth.clockTolerance]: this.config.clockTolerance
};

return [this.as, this.client];
Expand Down

0 comments on commit 149ae09

Please sign in to comment.