is_token_valid {valdr} | R 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.
[Package valdr version 1.0.0 Index]