Static Public Member Functions | |
| static VerificationCode | validate (final TokenClaims claims, final JsonNode payload, final JwtConfig config, final Instant now, final String tokenTypeRaw) |
Definition at line 37 of file TokenValidator.java.
|
static |
Definition at line 42 of file TokenValidator.java.
References dev.rafex.ether.jwt.TokenType.APP, dev.rafex.ether.jwt.VerificationCode.BAD_AUD, dev.rafex.ether.jwt.VerificationCode.BAD_FORMAT, dev.rafex.ether.jwt.VerificationCode.BAD_ISS, dev.rafex.ether.jwt.VerificationCode.BAD_TOKEN_TYPE, dev.rafex.ether.jwt.VerificationCode.MISSING_CLIENT_ID, dev.rafex.ether.jwt.VerificationCode.MISSING_SUB, dev.rafex.ether.jwt.VerificationCode.OK, dev.rafex.ether.jwt.VerificationCode.TOKEN_EXPIRED, and dev.rafex.ether.jwt.VerificationCode.TOKEN_NOT_BEFORE.
Referenced by dev.rafex.ether.jwt.DefaultTokenVerifier.verify().