rozod
    Preparing search index...

    Variable getMetadataConst Api Param Description

    getMetadata: EndpointGeneric<
        {
            actionType?: 0
            | 2
            | 1
            | 3
            | 4
            | 8
            | 5
            | 6
            | 7;
            challengeId?: string;
            userId?: number;
        },
        {
            authenticatorCodeLength: number;
            authenticatorHelpSiteAddress: string;
            authenticatorQrCodeSize: string;
            emailCodeLength: number;
            isAndroidSecurityKeyEnabled: boolean;
            isAuthenticatorWithVerifiedPhoneEnabled: boolean;
            isPasswordRequiredForChangingRecoveryCodes: boolean;
            isPasswordRequiredForDisablingAuthenticator: boolean;
            isPasswordRequiredForDisablingEmailTwoStepVerification: boolean;
            isPasswordRequiredForDisablingSms2SV: boolean;
            isPasswordRequiredForEnablingAuthenticator: boolean;
            isPasswordRequiredForEnablingEmailTwoStepVerification: boolean;
            isPasswordRequiredForEnablingSecurityKey: boolean;
            isPasswordRequiredForEnablingSms2SV: boolean;
            isRecoveryCodeGenerationForAuthenticatorSetupEnabled: boolean;
            isSecurityKeyOnAllPlatformsEnabled: boolean;
            isSecurityKeyTwoStepVerificationAvailable: boolean;
            isSingleMethodEnforcementEnabled: boolean;
            isSmsTwoStepVerificationAvailable: boolean;
            isTwoStepEnabledRequiredForAuthenticatorPasswordRequirement: boolean;
            isTwoStepEnabledRequiredForEmailPasswordRequirement: boolean;
            isUsingTwoStepWebviewComponent: boolean;
            receiveWarningsOnDisableTwoStep: boolean;
            twoStepVerificationEnabled: boolean;
        },
        undefined,
    > = ...

    GET https://twostepverification.roblox.com/v1/metadata Gets two step verification system metadata. userId The user ID. challengeId The active two step verification challenge ID if there is one. actionType The Roblox.TwoStepVerification.Client.TwoStepVerificationActionType associated with the challenge. The metadata endpoint takes in optional request parameters to output additional context for when the user is unauthenticated but attempting to login with two step verification.

    When supplied, all three request parameters must be sent and match up.