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

    Interface VerifierInstanceDetail

    interface VerifierInstanceDetail {
        id: string;
        trustedIssuerRequired: boolean;
    }
    Index

    Properties

    id: string
    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.