pub type ApiToken = String;
Token as string (e.g. one that got from Authorization header).
Authorization
struct ApiToken { /* private fields */ }