Credential verification result

interface CredentialVerificationResult {
    claim?: string;
    error?: string;
    timestamp?: number;
    type?: CredentialType;
    verified: boolean;
}

Properties

claim?: string
error?: string
timestamp?: number
verified: boolean