ISignInListener

interface ISignInListener

Interface representing callbacks for sign-in operations within the connection class.

Implement this interface to receive notifications about sign-in process events.

Functions

Link copied to clipboard
open fun onMFARequired(policy: Policy)

Invoked when Multi-Factor Authentication (MFA) is required during sign-in.

Link copied to clipboard
open fun onSignInFailed(errorCode: Connection.ErrorCode, error: RainbowError<Unit>)

Invoked when the sign-in operation fails.

Link copied to clipboard

Invoked when the sign-in operation succeeds.