![]() |
AlexaClientSDK
3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
|
#include <RevokeAuthorizationObserverInterface.h>
Public Member Functions | |
virtual | ~RevokeAuthorizationObserverInterface ()=default |
virtual void | onRevokeAuthorization ()=0 |
A RevokeAuthorizationObserverInterface is an interface class that clients can extend to receive revoke authorization requests.
|
virtualdefault |
Destructor.
|
pure virtual |
Used to notify the observer of revoke authorization requests. The client is expected to clear access tokens and any registration information the client may hold. It should put itself back into the registration flow, if appropriate for the device (Alexa For Business devices).
Implemented in alexaClientSDK::sampleApplications::ipcServerSampleApp::RevokeAuthorizationObserver, and alexaClientSDK::sampleApp::RevokeAuthorizationObserver.
AlexaClientSDK 3.0.0 - Copyright 2016-2022 Amazon.com, Inc. or its affiliates. All Rights Reserved. Licensed under the Apache License, Version 2.0