AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | Public Attributes | List of all members
alexaClientSDK::acsdkAuthorizationInterfaces::lwa::CBLAuthorizationObserverInterface::CustomerProfile Struct Reference

An optional struct that may return additional information. More...

#include <CBLAuthorizationObserverInterface.h>

Public Member Functions

 CustomerProfile ()=default
 Constructor. More...
 
 CustomerProfile (const std::string &pName, const std::string &pEmail)
 

Public Attributes

std::string name
 The name associated with the account. More...
 
std::string email
 The email associated with the account. More...
 

Detailed Description

An optional struct that may return additional information.

Constructor & Destructor Documentation

◆ CustomerProfile() [1/2]

alexaClientSDK::acsdkAuthorizationInterfaces::lwa::CBLAuthorizationObserverInterface::CustomerProfile::CustomerProfile ( )
default

Constructor.

◆ CustomerProfile() [2/2]

alexaClientSDK::acsdkAuthorizationInterfaces::lwa::CBLAuthorizationObserverInterface::CustomerProfile::CustomerProfile ( const std::string &  pName,
const std::string &  pEmail 
)
inline

Constructor.

Parameters
pNameThe name.
pEmailThe email.

Member Data Documentation

◆ email

std::string alexaClientSDK::acsdkAuthorizationInterfaces::lwa::CBLAuthorizationObserverInterface::CustomerProfile::email

The email associated with the account.

◆ name

std::string alexaClientSDK::acsdkAuthorizationInterfaces::lwa::CBLAuthorizationObserverInterface::CustomerProfile::name

The name associated with the account.


The documentation for this struct 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