Amazon Developer

as

Settings
Sign out
Notifications
Alexa
Amazonアプリストア
Ring
AWS
ドキュメント
Support
Contact Us
My Cases
開発
設計と開発
公開
リファレンス
サポート
アクセスいただきありがとうございます。こちらのページは現在英語のみのご用意となっております。順次日本語化を進めてまいりますので、ご理解のほどよろしくお願いいたします。

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