LogInResult

data class LogInResult(val customerInfo: CustomerInfo, val created: Boolean)

Constructors

Link copied to clipboard
constructor(customerInfo: CustomerInfo, 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

The CustomerInfo associated with the logged in user.