Optionalcallback: SudoPlatformSignInCallbackChecks if the user is signed in and invokes the callback if needed.
This method performs the following:
Sets the callback to be invoked when sign-in is required.
Optionalcallback: SudoPlatformSignInCallbackA callback implementing SudoPlatformSignInCallback, or undefined to disable sign-in checking.
A reusable helper class that provides sign-in checking functionality for Sudo Platform libraries.
This class encapsulates the logic for checking if a user is signed in and invoking a callback to handle sign-in when needed. It is designed to be used by any SudoPlatform Client to provide consistent sign-in callback behavior across the platform.