AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <cstdio>
#include <thread>
#include <gtest/gtest.h>
#include <acsdk/PropertiesInterfaces/test/StubPropertiesFactory.h>
#include <acsdkAuthorization/LWA/LWAAuthorizationStorage.h>
#include <acsdkAuthorization/private/LWA/LWAStorageConstants.h>
#include <AVSCommon/AVS/Initialization/AlexaClientSDKInit.h>
#include <AVSCommon/Utils/Configuration/ConfigurationNode.h>
#include <SQLiteStorage/SQLiteDatabase.h>
Classes | |
class | alexaClientSDK::acsdkAuthorization::lwa::test::LWAAuthorizationStorageTest |
Namespaces | |
alexaClientSDK | |
Whether or not curl logs should be emitted. | |
alexaClientSDK::acsdkAuthorization | |
alexaClientSDK::acsdkAuthorization::lwa | |
alexaClientSDK::acsdkAuthorization::lwa::test | |
Functions | |
alexaClientSDK::acsdkAuthorization::lwa::test::TEST_F (LWAAuthorizationStorageTest, test_createFromEmptyStorage) | |
alexaClientSDK::acsdkAuthorization::lwa::test::TEST_F (LWAAuthorizationStorageTest, test_createFromNonEmptyStorage) | |
alexaClientSDK::acsdkAuthorization::lwa::test::TEST_F (LWAAuthorizationStorageTest, test_createFromEmptyDatabase) | |
alexaClientSDK::acsdkAuthorization::lwa::test::TEST_F (LWAAuthorizationStorageTest, test_createsTableAfterPutCloseAndReopen) | |
Variables | |
static const std::string | alexaClientSDK::acsdkAuthorization::lwa::test::COMPONENT_NAME = "config" |
Component name for the misc DB tables. More... | |
static const std::string | alexaClientSDK::acsdkAuthorization::lwa::test::TABLE_NAME = "LWAAuthorizationStorage" |
Table name for the misc DB tables. More... | |
static const std::string | alexaClientSDK::acsdkAuthorization::lwa::test::REFRESH_TOKEN_VALUE = "refreshTokenValue" |
Test value for refresh token. More... | |
static const std::string | alexaClientSDK::acsdkAuthorization::lwa::test::USER_ID_VALUE = "userIdValue" |
Test value for user id. More... | |
static const std::string | alexaClientSDK::acsdkAuthorization::lwa::test::MISC_DB_CONFIG_JSON |
JSON text for miscDB config. More... | |
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0