Variable postTwostepverificationResendConst

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

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

Resends a two step verification code.

The request.