AuthorizeCallbacks
AuthorizeCallbacks defines a set of callback functions for authorization-related events.
Properties
authorizeCancel()
authorizeCancel: (
cancel_reason
) =>void
Callback function invoked when the authorization process is cancelled.
Parameters
cancel_reason
The reason for authorization cancellation.
Returns
void
authorizeFailure()
authorizeFailure: (
error_msg
) =>void
Callback function invoked when authorization fails.
Parameters
error_msg
string
The error message indicating the reason for authorization failure.
Returns
void
authorizeSuccess()
authorizeSuccess: (
response
) =>void
Callback function invoked when authorization is successful.
Parameters
response
Parameters containing the access token and user information upon successful authorization.
Returns
void
Last updated: Sep 30, 2025