formr_api_token_expiry.Rd
Returns information about when the current token expires.
formr_api_token_expiry()
A list with:
expires_at: POSIXct of expiry time (or NULL if unknown)
expires_at
seconds_left: Seconds until expiry (or NA if unknown)
seconds_left
is_expired: TRUE if token has expired
is_expired