RefreshableTokenProviderInterface
in
Provides access to an AWS token used for accessing AWS services
Table of Contents
Methods
- refresh() : Token
- Attempts to refresh this token object
- shouldAttemptRefresh() : bool
- Check if a refresh should be attempted
Methods
refresh()
Attempts to refresh this token object
public
refresh() : Token
Return values
Token —| Exception
shouldAttemptRefresh()
Check if a refresh should be attempted
public
shouldAttemptRefresh() : bool