rozod
    Preparing search index...

    Variable postUsersUseridConfigurationSecurityKeyEnableVerifyConst Api Param

    postUsersUseridConfigurationSecurityKeyEnableVerify: EndpointGeneric<
        { userId: number },
        Record<string, never>,
        {
            attestationResponse: string;
            credentialNickname: string;
            sessionId: string;
        },
    > = ...

    POST https://twostepverification.roblox.com/v1/users/:userId/configuration/security-key/enable-verify Finishes security key registration and stores credential. Enables security key as a 2sv media type if it is a user's first key. body The request body.Roblox.TwoStepVerification.Api.EnableVerifySecurityKeyRequest. userId The user ID.