AuthInvalidJwtException constructor

AuthInvalidJwtException(
  1. String message
)

Implementation

AuthInvalidJwtException(super.message)
    : super(
        statusCode: '400',
        code: 'invalid_jwt',
      );