VerificationResult: {
    verified: true;
} | {
    failureType: {
        message: string;
        type: MobileCredentialVerificationFailureType;
    };
    verified: false;
}

Result of mobile credential verification indicating whether the process was successful and why.

Type declaration

  • Readonly verified: true

Type declaration

Generated using TypeDoc