Skip to main content
Gets the expiration time of the access token for the current user.

Returns

Promise<null | number> The expiration time of the access token for the current user, or null if no user is signed in.

Example