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

Last Updated: 21 November, 2024