@theredhead — Frontend Library - v1.0.0
    Preparing search index...

    A single validation issue found when inspecting a JWT.

    interface JwtValidationIssue {
        code: JwtValidationCode;
        message: string;
        severity: JwtValidationSeverity;
    }
    Index

    Properties

    Properties

    Machine-readable error code.

    message: string

    Human-readable description of the issue.

    Whether this issue should prevent the token from being used.