audienceNotAllowed constant

JwtExpressException const audienceNotAllowed

Unallowed audience

Implementation

static const JwtExpressException audienceNotAllowed =
    const JwtExpressException('Audience not allowed!');