is_valid_token {RCognito}R Documentation

Check if an access token is valid.

Description

This function validates the format of an access token.

Usage

is_valid_token(token)

Arguments

token

The access token to be validated.

Value

TRUE if the token is valid, otherwise an error is thrown.


[Package RCognito version 0.1.0 Index]