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 the asynchronous AccountLoginServer.

Methods

setHandler()

setHandler(handler): void Sets the handler to receive callbacks for Account Login.

Parameters

handler
IAccountLoginHandlerAsync The Account Login Handler to set.

Returns

void

setHandlerForComponent()

setHandlerForComponent(handler, instance): void Sets the handler to receive callbacks for Account Login for a specific component.

Parameters

handler
IAccountLoginHandlerAsync The Account Login Handler to set.
instance
IComponentInstance The component instance for which the handler is to be set.

Returns

void
Last modified on October 2, 2025