//! I define typed `Authorization` header with dpop credentials.
//!useheaders::Authorization;useself::credentials::DPoPAuthorizationCredentials;pubmodcredentials;/// Alias for type of [`Authorization`] header with dpop credentials.
pubtypeDPoPAuthorization=Authorization<DPoPAuthorizationCredentials>;