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

AuthorizeCallbacks

AuthorizeCallbacks Represents a set of callback functions for authorization-related events.

Properties

authorizeSuccess

authorizeSuccess: (response: AuthorizeSuccessParams) => void

Callback function invoked when authorization is successful.


authorizeFailure

authorizeFailure: (error_msg: string) => void

Callback function invoked when authorization fails.


authorizeCancel

authorizeCancel: (cancel_reason: AuthorizeCancellationReason) => void

Callback function invoked when the authorization process is cancelled.


Last updated: Jul 22, 2026