AWS SDK for C++
AWS SDK for C++
Loading...
Searching...
No Matches
StaticBearerTokenProvider.h
Go to the documentation of this file.
1
7#pragma once
8
10
11namespace Aws
12{
13 namespace Auth
14 {
21 {
22 public:
27 : m_bearerToken(BearerToken)
28 { }
29
34 : m_bearerToken(token, expiration)
35 { }
36
37
42 {
43 return m_bearerToken;
44 }
45
46 protected:
48 };
49 } // namespace Auth
50} // namespace Aws
#define AWS_CORE_API
Definition: Core_EXPORTS.h:26
StaticAWSBearerTokenProvider(const Aws::String &token, const Aws::Utils::DateTime &expiration)
StaticAWSBearerTokenProvider(const AWSBearerToken &BearerToken)
std::basic_string< char, std::char_traits< char >, Aws::Allocator< char > > String
Definition: AWSString.h:97