expiryBuffer Readonly
expiryBuffer: number | undefined
Time in seconds that's used as a buffer to check the token for validity/expiry. The checks for authorization, and refreshing access tokens all use this buffer - i.e., the token is considered expired if the current time is within the specified time of the actual expiry.
@note If unspecified this defaults to 10 minutes.
Defined in
- Client.ts Line 61
Last Updated: 21 November, 2024
Found something wrong, missing, or unclear on this page?Raise an issue in our repo.