//! Authentication helpers for the SumUp API client.
//!
//! Use [`Authorization::api_key`] for API keys (from the developer portal) or
//! [`Authorization::access_token`] for OAuth access tokens.
/// Supported authorization credentials for the SumUp API.