크리에이터 허브
대시보드
배우기
탐색
상점
포럼
로그인
생성
개요
체험
아바타
애셋
오픈 클라우드
Roblox Studio의 최소 요구 사항이 상향되었습니다.
자세히 알아보기
생성
/
오픈 클라우드
한국어
피드백
Two-step verification v1
*
이 콘텐츠는 AI(베타)를 사용해 번역되었으며, 오류가 있을 수 있습니다. 이 페이지를 영어로 보려면
여기
를 클릭하세요.
기본 URL
https://twostepverification.roblox.com
JSON
다운로드
Metadata
GET
/v1
/metadata
2단계 확인 시스템 메타데이터를 가져옵니다.
Authenticator
POST
/v1
/users
/{userId}
/challenges
/authenticator
/verify
인증자 앱을 통해 2단계 확인 도전 코드를 확인합니다.
POST
/v1
/users
/{userId}
/configuration
/authenticator
/disable
지정된 사용자에 대해 인증자를 통한 2단계 확인을 비활성화합니다.
POST
/v1
/users
/{userId}
/configuration
/authenticator
/enable
지정된 사용자에 대해 인증자 기반 2단계 인증을 활성화하도록 시작합니다.
POST
/v1
/users
/{userId}
/configuration
/authenticator
/enable-verify
지정된 사용자에 대한 인증자 기반 2단계 인증을 활성화하는 작업을 완료합니다.
CrossDevice
POST
/v1
/users
/{userId}
/challenges
/cross-device
/retract
사용자의 대화 상태를 활성에서 보류로 되돌립니다.
POST
/v1
/users
/{userId}
/challenges
/cross-device
/retry
교차 장치 2단계 확인 승인을 다시 시도합니다.
POST
/v1
/users
/{userId}
/challenges
/cross-device
/verify
크로스 디바이스를 통해 2단계 확인 승인을 확인합니다. 크로스 디바이스 승인은 확인 코드를 사용하지 않습니다.
Email
POST
/v1
/users
/{userId}
/challenges
/email
/send-code
이메일을 통해 2단계 확인 도전 코드를 보냅니다.
POST
/v1
/users
/{userId}
/challenges
/email
/verify
이메일을 통해 전송된 코드로 2단계 확인 도전을 확인합니다.
POST
/v1
/users
/{userId}
/configuration
/email
/disable
지정된 사용자에 대해 이메일을 통한 2단계 인증을 비활성화합니다.
POST
/v1
/users
/{userId}
/configuration
/email
/enable
지정된 사용자에 대해 이메일을 통한 2단계 확인을 활성화합니다.
Passkey
POST
/v1
/users
/{userId}
/challenges
/passkey
/verify-finish
패스키에서 반환된 주장 데이터를 유효성 검사합니다.
POST
/v1
/users
/{userId}
/challenges
/passkey
/verify-start
패스키가 인증하기 위한 도전을 제공합니다.
Password
POST
/v1
/users
/{userId}
/challenges
/password
/verify
비밀번호(코드)로 2단계 확인 도전을 확인합니다.
RecoveryCodes
POST
/v1
/users
/{userId}
/challenges
/recovery-codes
/verify
복구 코드를 통해 2단계 확인 도전을 확인합니다.
GET
/v1
/users
/{userId}
/recovery-codes
사용자에 대한 복구 코드의 현재 상태를 가져옵니다.
POST
/v1
/users
/{userId}
/recovery-codes
/clear
사용자에 대한 기존 복구 코드를 지우습니다.
POST
/v1
/users
/{userId}
/recovery-codes
/regenerate
기존 복구 코드를 지우고 새로운 복구 코드 배치를 생성합니다.
SecurityKey
POST
/v1
/users
/{userId}
/challenges
/security-key
/verify-finish
보안 키에서 반환된 주장 데이터를 유효성 검사합니다.
POST
/v1
/users
/{userId}
/challenges
/security-key
/verify-start
보안 키가 인증하기 위한 도전을 제공합니다.
POST
/v1
/users
/{userId}
/configuration
/security-key
/disable
지정된 사용자에 대한 여러 자격 증명을 비활성화합니다.
POST
/v1
/users
/{userId}
/configuration
/security-key
/enable
자격 증명 생성 옵션을 제공하여 보안 키 등록을 시작합니다.
POST
/v1
/users
/{userId}
/configuration
/security-key
/enable-verify
보안 키 등록을 완료하고 자격 증명을 저장합니다. 사용자의 첫 번째 키인 경우 2sv 미디어 유형으로 보안 키를 활성화합니다.
POST
/v1
/users
/{userId}
/configuration
/security-key
/list
사용자의 등록된 보안 키를 목록으로 나열합니다.
SMS
POST
/v1
/users
/{userId}
/challenges
/sms
/send-code
지정된 사용자에게 SMS를 통해 2단계 확인 코드를 보냅니다.
POST
/v1
/users
/{userId}
/challenges
/sms
/verify
SMS를 통해 전송된 코드로 2단계 확인 도전을 확인합니다.
POST
/v1
/users
/{userId}
/configuration
/sms
/disable
지정된 사용자에 대해 SMS를 통한 2단계 인증을 비활성화합니다.
POST
/v1
/users
/{userId}
/configuration
/sms
/enable
지정된 사용자에 대해 SMS를 통한 2단계 인증을 활성화합니다.
Configuration
GET
/v1
/users
/{userId}
/configuration
지정된 사용자에 대한 2단계 확인 구성을 가져옵니다.
Models
Roblox.TwoStepVerification.Api.ClearRecoveryCodesRequest
Roblox.TwoStepVerification.Api.DisableSecurityKeyRequest
Roblox.TwoStepVerification.Api.DisableTwoStepVerificationRequest
Roblox.TwoStepVerification.Api.EnableAuthenticatorResponse
Roblox.TwoStepVerification.Api.EnableSecurityKeyResponse
Roblox.TwoStepVerification.Api.EnableTwoStepVerificationRequest
Roblox.TwoStepVerification.Api.EnableVerifyAuthenticatorRequest
Roblox.TwoStepVerification.Api.EnableVerifyAuthenticatorResponse
Roblox.TwoStepVerification.Api.EnableVerifySecurityKeyRequest
Roblox.TwoStepVerification.Api.ListSecurityKeyResponse
Roblox.TwoStepVerification.Api.MetadataResponse
Roblox.TwoStepVerification.Api.Models.Request.SecureAuthenticationIntentModel
Roblox.TwoStepVerification.Api.RecoveryCodesStatusResponse
Roblox.TwoStepVerification.Api.RegenerateRecoveryCodesRequest
Roblox.TwoStepVerification.Api.RegenerateRecoveryCodesResponse
Roblox.TwoStepVerification.Api.RetractDialogRequest
Roblox.TwoStepVerification.Api.RetractDialogResponse
Roblox.TwoStepVerification.Api.RetryApprovalRequest
Roblox.TwoStepVerification.Api.RetryApprovalResponse
Roblox.TwoStepVerification.Api.SecurityKeyCredential
Roblox.TwoStepVerification.Api.SendCodeRequest
Roblox.TwoStepVerification.Api.UserConfiguration
Roblox.TwoStepVerification.Api.UserConfigurationMethod
Roblox.TwoStepVerification.Api.VerifyApprovalRequest
Roblox.TwoStepVerification.Api.VerifyApprovalResponse
Roblox.TwoStepVerification.Api.VerifyCodeRequest
Roblox.TwoStepVerification.Api.VerifyCodeResponse
Roblox.TwoStepVerification.Api.VerifyStartPasskeyResponse
Roblox.TwoStepVerification.Api.VerifyStartSecurityKeyResponse
Roblox.Web.WebAPI.ApiEmptyResponseModel