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

    Interface UpdateVerifierInstanceRequest

    interface UpdateVerifierInstanceRequest {
        trustCollections?: string[];
        trustedIssuerRequired?: boolean;
    }
    Index

    Properties

    trustCollections?: string[]

    The trust collections the verifier subscribes to, selected from those made available by the Verifier Provider. The verifier will evaluate trust against the lists contained in these collections. To keep subscribed collections in sync with the Verifier Provider, run the TRUST_COLLECTION_SYNC task.

    trustedIssuerRequired?: boolean

    When true, the verifier will only validate presentations of credentials issued by trusted issuers. Requires the Verifier Provider to have the trustEcosystemsEnabled feature flag enabled.