AWS SDK for C++AWS SDK for C++ Version 1.11.788 |
#include <AWSBearerToken.h>
Simple data object around aws credentials
Definition at line 19 of file AWSBearerToken.h.
Initializes an empty token. Empty token is not expired by default. Token expires only if an expiration date is explicitly set.
Definition at line 27 of file AWSBearerToken.h.
Initializes object with token. Expiration date is set to "never expire".
Definition at line 35 of file AWSBearerToken.h.
Initializes object with token and expiration date.
Definition at line 44 of file AWSBearerToken.h.
Gets the expiration date of the token
Definition at line 71 of file AWSBearerToken.h.
Gets the underlying token
Definition at line 63 of file AWSBearerToken.h.
If token has not been initialized or been initialized to empty value. Expiration date does not affect the result of this function.
Definition at line 54 of file AWSBearerToken.h.
Definition at line 56 of file AWSBearerToken.h.
Definition at line 58 of file AWSBearerToken.h.
Sets the expiration date of the credential
Definition at line 103 of file AWSBearerToken.h.
Sets the expiration date of the credential
Definition at line 95 of file AWSBearerToken.h.
Sets the underlying token. Moves from the parameter token
Definition at line 87 of file AWSBearerToken.h.
Sets the underlying token. Copies from the parameter token
Definition at line 79 of file AWSBearerToken.h.