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.

