fallbackVerificationAlgorithms property
The algorithms used to verify the JWT tokens in case the primary algorithm fails. These are tried in order until one succeeds or all fail.
Implementation
final List<JwtAlgorithm> fallbackVerificationAlgorithms;