We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aaa4a1d commit 2084975Copy full SHA for 2084975
src/core/AuthKitCore.ts
@@ -69,7 +69,7 @@ export class AuthKitCore {
69
* Check if a token is expiring soon.
70
*
71
* @param token - The JWT access token
72
- * @param bufferSeconds - How many seconds before expiry to consider "expiring" (default: 60)
+ * @param buffer - How many seconds before expiry to consider "expiring" (default: 60)
73
* @returns true if token expires within buffer period
74
*/
75
isTokenExpiring(token: string, buffer: number = 60): boolean {
0 commit comments