pl-api
    Preparing search index...

    Interface MfaChallengeParams

    interface MfaChallengeParams {
        challenge_type: "totp" | "recovery";
        client_id: string;
        client_secret: string;
        code: string;
        mfa_token: string;
    }
    Index

    Properties

    challenge_type: "totp" | "recovery"
    client_id: string
    client_secret: string
    code: string
    mfa_token: string

    access token to check second step of mfa