pub struct Authorization<C> where
    C: HttpClient
{ /* private fields */ }
Expand description

Authorization token and related information obtained from authorize_account.

The token is valid for no more than 24 hours.

Implementations

The ID for the account.

The capabilities granted to this auth token.

The recommended size in bytes for each part of a large file.

The smallest possible size in bytes of a part of a large file, except the final part.

Trait Implementations

Formats the value using the given formatter. Read more

Performs the conversion.

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.