Ether Framework
Unified API docs for Ether modules
Loading...
Searching...
No Matches
dev.rafex.ether.jwt.VerificationCode Enum Reference

Stable verification error/success codes. More...

Collaboration diagram for dev.rafex.ether.jwt.VerificationCode:

Public Member Functions

String code ()
 VerificationCode (final String code)

Public Attributes

 BAD_AUD =("bad_aud")
 BAD_FORMAT =("bad_format")
 BAD_ISS =("bad_iss")
 BAD_SIGNATURE =("bad_signature")
 BAD_TOKEN_TYPE =("bad_token_type")
 MISSING_CLIENT_ID =("missing_client_id")
 MISSING_SUB =("missing_sub")
 OK =("ok")
 TOKEN_EXPIRED =("token_expired")
 TOKEN_NOT_BEFORE =("token_not_before")
 UNSUPPORTED_ALG =("unsupported_alg")
 VERIFY_EXCEPTION =("verify_exception")

Detailed Description

Stable verification error/success codes.

Definition at line 30 of file VerificationCode.java.

Constructor & Destructor Documentation

◆ VerificationCode()

dev.rafex.ether.jwt.VerificationCode.VerificationCode ( final String code)

Definition at line 46 of file VerificationCode.java.

Member Function Documentation

◆ code()

String dev.rafex.ether.jwt.VerificationCode.code ( )

Definition at line 50 of file VerificationCode.java.

Member Data Documentation

◆ BAD_AUD

dev.rafex.ether.jwt.VerificationCode.BAD_AUD =("bad_aud")

◆ BAD_FORMAT

dev.rafex.ether.jwt.VerificationCode.BAD_FORMAT =("bad_format")

◆ BAD_ISS

dev.rafex.ether.jwt.VerificationCode.BAD_ISS =("bad_iss")

◆ BAD_SIGNATURE

dev.rafex.ether.jwt.VerificationCode.BAD_SIGNATURE =("bad_signature")

◆ BAD_TOKEN_TYPE

dev.rafex.ether.jwt.VerificationCode.BAD_TOKEN_TYPE =("bad_token_type")

◆ MISSING_CLIENT_ID

dev.rafex.ether.jwt.VerificationCode.MISSING_CLIENT_ID =("missing_client_id")

◆ MISSING_SUB

dev.rafex.ether.jwt.VerificationCode.MISSING_SUB =("missing_sub")

◆ OK

◆ TOKEN_EXPIRED

dev.rafex.ether.jwt.VerificationCode.TOKEN_EXPIRED =("token_expired")

◆ TOKEN_NOT_BEFORE

dev.rafex.ether.jwt.VerificationCode.TOKEN_NOT_BEFORE =("token_not_before")

◆ UNSUPPORTED_ALG

dev.rafex.ether.jwt.VerificationCode.UNSUPPORTED_ALG =("unsupported_alg")

◆ VERIFY_EXCEPTION

dev.rafex.ether.jwt.VerificationCode.VERIFY_EXCEPTION =("verify_exception")

The documentation for this enum was generated from the following file: