Variable postTwostepverificationVerifyConst

postTwostepverificationVerify: EndpointGeneric<{}, {}, {
    actionType:
        | 0
        | 1
        | 2
        | 3
        | 4
        | 5
        | 6
        | 7
        | 8;
    code: string;
    rememberDevice: boolean;
    ticket: string;
    username: string;
}> = ...

POST https://auth.roblox.com/v1/twostepverification/verify

Verifies a two step verification code.

The request model containing information needed to verify with two step verification.