AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
alexaClientSDK::acsdkAuthorization::test::StubAuthorization Class Reference

Class to implement AuthorizationInterface, which is used to retrieve the id. More...

Inheritance diagram for alexaClientSDK::acsdkAuthorization::test::StubAuthorization:
Inheritance graph
[legend]
Collaboration diagram for alexaClientSDK::acsdkAuthorization::test::StubAuthorization:
Collaboration graph
[legend]

Public Member Functions

 StubAuthorization (const std::string &id)
 
std::string getId () override
 
- Public Member Functions inherited from alexaClientSDK::acsdkAuthorizationInterfaces::AuthorizationInterface
virtual ~AuthorizationInterface ()=default
 Destructor. More...
 

Detailed Description

Class to implement AuthorizationInterface, which is used to retrieve the id.

Constructor & Destructor Documentation

◆ StubAuthorization()

alexaClientSDK::acsdkAuthorization::test::StubAuthorization::StubAuthorization ( const std::string &  id)

Constructor.

Parameters
idThe authorization id that identifies this authorization mechanism.

Member Function Documentation

◆ getId()

std::string alexaClientSDK::acsdkAuthorization::test::StubAuthorization::getId ( )
overridevirtual

Returns the authorization id.

Returns
The authorization id that identifies this authorization mechanism.

Implements alexaClientSDK::acsdkAuthorizationInterfaces::AuthorizationInterface.


The documentation for this class was generated from the following file:

AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0