Skip to content

Commit 2084975

Browse files
nicknisiCopilot
andauthored
Update src/core/AuthKitCore.ts
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent aaa4a1d commit 2084975

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/core/AuthKitCore.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ export class AuthKitCore {
6969
* Check if a token is expiring soon.
7070
*
7171
* @param token - The JWT access token
72-
* @param bufferSeconds - How many seconds before expiry to consider "expiring" (default: 60)
72+
* @param buffer - How many seconds before expiry to consider "expiring" (default: 60)
7373
* @returns true if token expires within buffer period
7474
*/
7575
isTokenExpiring(token: string, buffer: number = 60): boolean {

0 commit comments

Comments
 (0)