Type Alias cc_auth::ApiToken

source ·
pub type ApiToken = String;
Expand description

Token as string (e.g. one that got from Authorization header).

Aliased Type§

struct ApiToken { /* private fields */ }