Function raze::api::b2_authorize_account[][src]

pub async fn b2_authorize_account<T: AsRef<str>>(
    client: &Client,
    keystring: T
) -> Result<B2Auth, Error>
Expand description

Authenticate with the API - B2Auth is required by other commands

‘keystring’ is a string with the format “applicationKeyId:applicationKey” (Remember the colon)

https://www.backblaze.com/b2/docs/b2_authorize_account.html