Token

Type Alias Token 

Source
pub type Token = Token;
Expand description

AWS Access Token

This access token type is used to authenticate to AWS services that use HTTP Bearer Auth with an AWS Builder ID such as CodeCatalyst.

For more details on tokens, see: https://oauth.net/2/access-tokens

Aliased Typeยง

pub struct Token(/* private fields */);