rozod
    Preparing search index...

    Variable postUsersUseridConfigurationAuthenticatorEnableVerifyConst Api Param Description

    postUsersUseridConfigurationAuthenticatorEnableVerify: EndpointGeneric<
        { userId: number },
        { recoveryCodes: string[] },
        {
            code: string;
            password: string;
            secureAuthenticationIntent: {
                clientEpochTimestamp: number;
                clientPublicKey: string;
                saiSignature: string;
                serverNonce: string;
            };
            setupToken: string;
        },
    > = ...

    POST https://twostepverification.roblox.com/v1/users/:userId/configuration/authenticator/enable-verify Finishes enabling authenticator-based two step verification for the specified user. body The Roblox.TwoStepVerification.Api.EnableVerifyAuthenticatorRequest. userId The user ID. Enabling authenticator-based two step verification requires two parts to help ensure the user has properly stored the authenticator key in their authenticator app.