validateAlg property
bool
get
validateAlg
Validates the algorithm used in the token.
Implementation
bool get validateAlg => alg == defaultAlg;
Validates the algorithm used in the token.
bool get validateAlg => alg == defaultAlg;