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

