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

    Interface ListHandlesInput

    Properties required to list provisioned handles owned by this client.

    ListHandlesInput

    interface ListHandlesInput {
        limit?: number;
        nextToken?: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    Properties

    limit?: number

    Number of items to return. Will be defaulted if omitted.

    nextToken?: string

    A token generated by a previous call.