Type alias MobileCredentialVerificationResult

MobileCredentialVerificationResult: {
    verified: true;
} | {
    reason: {
        message: string;
        type: MobileCredentialVerificationReasonType;
    };
    verified: false;
}

Type declaration

  • Readonly verified: true

Type declaration

Generated using TypeDoc