Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazon Appstore
Ring
AWS
Documentation
Support
Contact Us
My Cases
Get Started
Design and Develop
Publish
Reference
Support
Skip to main content
Interface for handling AccountLogin callbacks asynchronously. All handlers are optional — a component only needs to implement the handlers relevant to its role (e.g. a service component may only handle read status).

Methods

handleReadStatus()

handleReadStatus(): Promise<IStatus> Asynchronously handles the read status operation.

Returns

Promise<IStatus> A promise that resolves to the user account login status.
Last modified on October 2, 2025