@backblaze-labs/b2-mcp
    Preparing search index...

    Interface B2DownloadAuth

    Legacy normalized B2 download authorization response.

    interface B2DownloadAuth {
        authorizationToken: string;
        bucketId: string;
        fileNamePrefix: string;
    }
    Index
    authorizationToken: string

    Download authorization token.

    bucketId: string

    B2 bucket ID covered by the download authorization.

    fileNamePrefix: string

    File-name prefix covered by the download authorization.