SuccessfulLogin

class SuccessfulLogin(val customerInfo: <Error class: unknown class>, val created: Boolean)

The result of a successful login operation. Used in coroutines.

Constructors

Link copied to clipboard
constructor(customerInfo: <Error class: unknown class>, created: Boolean)

Properties

Link copied to clipboard

true if a new user has been registered in the backend, false if the user had already been registered.

Link copied to clipboard
val customerInfo: <Error class: unknown class>

The CustomerInfo associated with the logged in user.