//! Provides a helper for creating a `Authorization` string.
/// An authorization type used for selecting the type of token to be used in
/// the [`generate_auth`] function.
///
/// [`generate_auth`]: fn.generate_auth.html
/// A helper function used to easier generate an Authorization string to be
/// passed to the relevant request functions.