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

    Interface AuthorizeAccountRequest

    Request parameters for the b2_authorize_account API call. Credentials are sent via HTTP Basic auth in the raw API, but represented here as fields.

    interface AuthorizeAccountRequest {
        applicationKey: string;
        applicationKeyId: string;
        realm?: string;
    }
    Index

    Properties

    applicationKey: string

    The application key secret.

    applicationKeyId: string

    The application key ID (account ID or app key ID).

    realm?: string

    Optional realm override (e.g., 'production', 'staging'). Defaults to production.