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

    Interface RegisterVerifierInstanceRequest

    interface RegisterVerifierInstanceRequest {
        organisationId: string;
        trustedIssuerRequired: boolean;
        type: string;
        verifierProviderUrl: string;
    }
    Index

    Properties

    organisationId: string

    The verifier unit's organization.

    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.

    type: string

    Reference a configured verifierProvider instance.

    verifierProviderUrl: string

    The Verifier Provider's reference URL.