Class AuthErrorConstant
- java.lang.Object
-
- io.mosip.kernel.auth.defaultimpl.constant.AuthErrorConstant
-
public class AuthErrorConstant extends Object
- Author:
- Ramadurai Pandian
-
-
Field Summary
Fields Modifier and Type Field Description static StringJWT_EXPIRED_ERROR_CODEstatic StringJWT_SIGNATURE_ERROR_CODE
-
Constructor Summary
Constructors Constructor Description AuthErrorConstant()
-
-
-
Field Detail
-
JWT_EXPIRED_ERROR_CODE
public static final String JWT_EXPIRED_ERROR_CODE
- See Also:
- Constant Field Values
-
JWT_SIGNATURE_ERROR_CODE
public static final String JWT_SIGNATURE_ERROR_CODE
- See Also:
- Constant Field Values
-
-