IGPAPI
    Preparing search index...

    Interface TwoFactorLoginInput

    interface TwoFactorLoginInput {
        pollingNonce?: string;
        trustThisDevice: "0" | "1";
        twoFactorIdentifier: string;
        username: string;
        verificationCode: string;
        verificationMethod: TwoFactorMethod;
    }
    Index

    Properties

    pollingNonce?: string
    trustThisDevice: "0" | "1"
    twoFactorIdentifier: string
    username: string
    verificationCode: string
    verificationMethod: TwoFactorMethod