Result returned by token verification. More...
Public Member Functions | |
| Optional< TokenClaims > | claims () |
| String | code () |
| boolean | ok () |
| VerificationCode | verificationCode () |
Static Public Member Functions | |
| static VerificationResult | fail (final VerificationCode code) |
| static VerificationResult | ok (final TokenClaims claims) |
Result returned by token verification.
Definition at line 33 of file VerificationResult.java.
| Optional< TokenClaims > dev.rafex.ether.jwt.VerificationResult.claims | ( | ) |
Definition at line 65 of file VerificationResult.java.
| String dev.rafex.ether.jwt.VerificationResult.code | ( | ) |
Definition at line 61 of file VerificationResult.java.
|
static |
Definition at line 49 of file VerificationResult.java.
Referenced by dev.rafex.ether.jwt.DefaultTokenVerifier.verify().
| boolean dev.rafex.ether.jwt.VerificationResult.ok | ( | ) |
Definition at line 53 of file VerificationResult.java.
|
static |
Definition at line 45 of file VerificationResult.java.
References dev.rafex.ether.jwt.VerificationCode.OK.
| VerificationCode dev.rafex.ether.jwt.VerificationResult.verificationCode | ( | ) |
Definition at line 57 of file VerificationResult.java.