simplelogin-client
    Preparing search index...

    Interface ExportDataAppInfo

    Application-related user information

    ExportDataAppInfo

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

    Properties

    email: string

    Email address

    ExportDataAppInfo

    inTrial: boolean

    Whether the user is in trial period

    ExportDataAppInfo

    isPremium: boolean

    Whether the user is a premium user

    ExportDataAppInfo

    maxAliasFreePlan?: number

    Maximum number of aliases for free plan users

    ExportDataAppInfo

    name: string

    User's full name

    ExportDataAppInfo

    profilePicture?: string

    URL of the user's profile picture

    ExportDataAppInfo