Plants vs. Zombies: Replanted - v1.0.3
    Preparing search index...

    Interface IValidateKeyDataV2

    Data retrieved with a correct API Key

    IValidateKeyData

    interface IValidateKeyDataV2 {
        email: string;
        isBanned?: boolean;
        isClosed?: boolean;
        isLifetime?: boolean;
        isPremium: boolean;
        isSupporter: boolean;
        name: string;
        profileUrl: string;
        status?: IAccountStatus;
        userId: number;
    }

    Hierarchy (View Summary)

    Index

    Properties

    email: string
    isBanned?: boolean
    isClosed?: boolean
    isLifetime?: boolean
    isPremium: boolean
    isSupporter: boolean
    name: string
    profileUrl: string
    userId: number