Skip to content

Commit

Permalink
Document leeway default value (#256)
Browse files Browse the repository at this point in the history
  • Loading branch information
lbalmaceda authored and Steve Hobbs committed Oct 28, 2019
1 parent d90eb74 commit 87345fd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/global.ts
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,8 @@ interface Auth0ClientOptions extends BaseLoginOptions {
redirect_uri?: string;
/**
* The value in seconds used to account for clock skew in JWT expirations.
* Typically, this value is no more than a minute or two at maximum.
* Typically, this value is no more than a minute or two at maximum.
* Defaults to 60s.
*/
leeway?: number;
}
Expand Down

0 comments on commit 87345fd

Please sign in to comment.