AlexaClientSDK  3.0.0
A cross-platform, modular SDK for interacting with the Alexa Voice Service
Public Member Functions | List of all members
alexaClientSDK::avsCommon::sdkInterfaces::RevokeAuthorizationObserverInterface Class Referenceabstract

#include <RevokeAuthorizationObserverInterface.h>

Inheritance diagram for alexaClientSDK::avsCommon::sdkInterfaces::RevokeAuthorizationObserverInterface:
Inheritance graph
[legend]

Public Member Functions

virtual ~RevokeAuthorizationObserverInterface ()=default
 
virtual void onRevokeAuthorization ()=0
 

Detailed Description

A RevokeAuthorizationObserverInterface is an interface class that clients can extend to receive revoke authorization requests.

Constructor & Destructor Documentation

◆ ~RevokeAuthorizationObserverInterface()

virtual alexaClientSDK::avsCommon::sdkInterfaces::RevokeAuthorizationObserverInterface::~RevokeAuthorizationObserverInterface ( )
virtualdefault

Destructor.

Member Function Documentation

◆ onRevokeAuthorization()

virtual void alexaClientSDK::avsCommon::sdkInterfaces::RevokeAuthorizationObserverInterface::onRevokeAuthorization ( )
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.


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