is_token_valid: Check if JWT access token is expired

View source: R/auth.R

is_token_validR Documentation

Check if JWT access token is expired

Description

Check if JWT access token is expired

Usage

is_token_valid(token)

Arguments

token

A JWT access token

Value

A logical scalar (TRUE or FALSE) indicating whether the provided JWT access token is still valid based on its expiry timestamp.


valdr documentation built on Aug. 8, 2025, 7:34 p.m.

Related to is_token_valid in valdr...