simplelogin-client
    Preparing search index...

    Interface UserInfo

    UserInfo

    interface UserInfo {
        email: string;
        inTrial: boolean;
        isPremium: boolean;
        maxAliasFreePlan: number;
        name: string;
        profilePicture: string;
    }
    Index

    Properties

    email: string

    Email address

    UserInfo

    inTrial: boolean

    Whether the user is in trial period or not

    UserInfo

    isPremium: boolean

    Whether the user is a premium user or not

    UserInfo

    maxAliasFreePlan: number

    UserInfo

    name: string

    User's full name

    UserInfo

    profilePicture: string

    URL of the user's profile picture

    UserInfo