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

    Interface DownloadAuthorizationResponse

    Response from the b2_get_download_authorization API call.

    interface DownloadAuthorizationResponse {
        authorizationToken: string;
        bucketId: BucketId;
        fileNamePrefix: string;
    }
    Index

    Properties

    authorizationToken: string

    Authorization token to include in download requests.

    bucketId: BucketId

    Bucket the authorization applies to.

    fileNamePrefix: string

    File name prefix the authorization is scoped to.