@procivis/react-native-one-core
    Preparing search index...

    Interface ProofDetail

    interface ProofDetail {
        claimsRemovedAt?: string;
        completedDate?: string;
        createdDate: string;
        engagement?: string;
        id: string;
        lastModified: string;
        profile?: string;
        proofInputs: ProofInput[];
        proofSchema?: ProofSchemaListItem;
        protocol: string;
        redirectUri?: string;
        requestedDate?: string;
        retainUntilDate?: string;
        role: ProofRole;
        state: ProofState;
        transport: string;
        verifier?: IdentifierListItem;
    }
    Index

    Properties

    claimsRemovedAt?: string

    When claim data was deleted.

    completedDate?: string

    When the wallet holder submitted valid proof.

    createdDate: string
    engagement?: string

    Engagement method used for this request.

    id: string
    lastModified: string
    profile?: string

    Country profile associated with this request.

    proofInputs: ProofInput[]

    Credential and claim data shared by the wallet holder.

    proofSchema?: ProofSchemaListItem

    Schema used for this request.

    protocol: string

    Protocol used for verification.

    redirectUri?: string

    The wallet is redirected to this resource once a shared proof is accepted.

    requestedDate?: string

    When the request was shared with the wallet holder.

    retainUntilDate?: string

    Time at which the data shared by the wallet holder for this request will be deleted. Determined by the expireDuration parameter of the proof schema.

    role: ProofRole

    The role the system has in relation to this request.

    state: ProofState
    transport: string

    Channel used for this request.

    Identifier of the verifier of this request.