rozod
    Preparing search index...

    Variable postUsersUseridConfigurationAuthenticatorEnableConst Api Param

    postUsersUseridConfigurationAuthenticatorEnable: EndpointGeneric<
        { userId: number },
        { manualEntryKey: string; qrCodeImageUrl: string; setupToken: string },
        {
            password: string;
            secureAuthenticationIntent: {
                clientEpochTimestamp: number;
                clientPublicKey: string;
                saiSignature: string;
                serverNonce: string;
            };
        },
    > = ...

    POST https://twostepverification.roblox.com/v1/users/:userId/configuration/authenticator/enable Initiates enabling authenticator-based two step verification for the specified user. body The Roblox.TwoStepVerification.Api.EnableTwoStepVerificationRequest. userId The user ID.