Holds the logIn result

interface LogInResult {
    created: boolean;
    customerInfo: CustomerInfo;
}

Properties

created: boolean

True if the call resulted in a new user getting created in the RevenueCat backend.

customerInfo: CustomerInfo

The Customer Info for the user.

Generated using TypeDoc