Type Alias aws_credential_types::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§
struct Token(/* private fields */);
Trait Implementations§
source§impl ProvideToken for Token
impl ProvideToken for Token
source§fn provide_token<'a>(&'a self) -> ProvideToken<'a> ⓘwhere
Self: 'a,
fn provide_token<'a>(&'a self) -> ProvideToken<'a> ⓘwhere
Self: 'a,
Returns a future that provides an access token.