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

    Interface Config

    interface Config {
        cacheEntities: Record<string, string>;
        credentialIssuer: Record<string, string>;
        datatype: Record<string, string>;
        did: Record<string, string>;
        format: Record<string, string>;
        identifier: Record<string, string>;
        issuanceProtocol: Record<string, string>;
        keyAlgorithm: Record<string, string>;
        keyStorage: Record<string, string>;
        revocation: Record<string, string>;
        task: Record<string, string>;
        transport: Record<string, string>;
        trustManagement: Record<string, string>;
        verificationProtocol: Record<string, string>;
        walletProvider: Record<string, string>;
    }
    Index

    Properties

    cacheEntities: Record<string, string>

    Entities held in temporary storage.

    credentialIssuer: Record<string, string>

    Configuration for wallet-initiated issuance flows.

    datatype: Record<string, string>

    Data types for validation.

    did: Record<string, string>

    DID methods for identifying agents.

    format: Record<string, string>

    Credential formats.

    identifier: Record<string, string>

    Identifier types for representing agent's identities.

    issuanceProtocol: Record<string, string>

    Protocols used for issuance.

    keyAlgorithm: Record<string, string>

    Key algorithms used for signatures.

    keyStorage: Record<string, string>

    Storage options for keys.

    revocation: Record<string, string>

    Methods for managing credential status.

    task: Record<string, string>

    Tasks which can be run via the runTask method.

    transport: Record<string, string>

    Protocols used for communicating.

    trustManagement: Record<string, string>

    Trust management solutions.

    verificationProtocol: Record<string, string>

    Protocols used for presentation and verification.

    walletProvider: Record<string, string>

    Configurations from the Wallet Provider, including version management, trust collections, and feature flags.