SignOutCallbacks
SignOutCallbacks defines a set of callback functions for sign-out related events.
Properties
signOutFailure()
signOutFailure: (
error_msg
) =>void
Callback function invoked when sign-out operation fails.
Parameters
error_msg
string
The error message indicating the reason for sign-out operation failure.
Returns
void
signOutSuccess()
signOutSuccess: () =>
void
Callback function invoked when sign-out operation is successful.
Returns
void
Last updated: Sep 30, 2025