checkTokenValidFormat abstract method

bool checkTokenValidFormat(
  1. String token
)

Check the validity of the token format.

This method executes locally. This method must be called before checking the token verification in order to execute the verification on valid token format and avoid exception. Valid format must be of length 96 and encoded in base 64.

Implementation

bool checkTokenValidFormat(String token);