AuthInvalidJwtException constructor
AuthInvalidJwtException(
- String message
Implementation
AuthInvalidJwtException(super.message)
: super(
statusCode: '400',
code: 'invalid_jwt',
);