@backblaze-labs/b2-sdk - v0.1.0
    Preparing search index...

    Interface ListKeysResponse

    Response from the b2_list_keys API call.

    interface ListKeysResponse {
        keys: readonly ApplicationKey[];
        nextApplicationKeyId: ApplicationKeyId | null;
    }
    Index

    Properties

    keys: readonly ApplicationKey[]

    Array of application keys (without secrets).

    nextApplicationKeyId: ApplicationKeyId | null

    Next application key ID to use for pagination, or null if all keys have been listed.