Type alias VerifierAuthenticationError

VerifierAuthenticationError: {
    message: string;
    type: VerifierAuthenticationErrorType;
}

The specific authentication error encountered during verification.

Type declaration

Generated using TypeDoc