@sudoplatform/sudo-secure-communications
    Preparing search index...

    Interface ProvisionHandleInput

    Properties required to provision a handle.

    ProvisionHandleInput

    interface ProvisionHandleInput {
        id?: string;
        name: string;
        storePassphrase?: string;
    }
    Index

    Properties

    id?: string

    Optional handle ID.

    name: string

    The name of the handle that will be publicly visible to other users.

    storePassphrase?: string

    (Optional) The passphrase to use for the handle's storage. If not provided, the local storage will not be encrypted.