Token
Table of Contents
Interfaces
- RefreshableTokenProviderInterface
- Provides access to an AWS token used for accessing AWS services
- TokenAuthorization
- Interface used to provide interchangeable strategies for adding authorization
to requests using the various AWS signature protocols.
- TokenInterface
- Provides access to an AWS token used for accessing AWS services
Classes
- BearerTokenAuthorization
- Interface used to provide interchangeable strategies for adding authorization
to requests using the various AWS signature protocols.
- SsoToken
- Token that comes from the SSO provider
- SsoTokenProvider
- Token that comes from the SSO provider
- Token
- Basic implementation of the AWS Token interface that allows callers to
pass in an AWS token in the constructor.
- TokenProvider
- Token providers are functions that accept no arguments and return a
promise that is fulfilled with an {@see \Aws\Token\TokenInterface}
or rejected with an {@see \Aws\Exception\TokenException}.
Traits
- ParsesIniTrait