Skip to main content

Token

Type Alias Token 

Source
pub type Token = StandardTokenResponse<EmptyExtraTokenFields, BasicTokenType>;
Expand description

The token exchanged at the OAuth2 token endpoint; its access_token is the bearer token sent with every other request in this API.

Aliased Typeยง

pub struct Token { /* private fields */ }