사용자 전화 번호로 인증을 시작하고 전화 번호로 확인 코드를 보냅니다. 코드는 3분 동안만 사용할 수 있습니다.
이 호출은 전화 번호로 인증 완료 호출에만 사용합니다.
이 호출을 사용하는 워크플로:
send_link
매개변수가 true
인 경우 이 요청 후에 확인 코드 가져오기 요청을 전송하여 SMS에 확인 코드와 링크가 포함되도록 해야 합니다.
b. send_link
매개변수가 false
이거나 전달되지 않으면 SMS에 확인 코드만 포함됩니다.projectId required | string <uuid> 게시자 계정의 로그인 프로젝트 ID입니다. |
login_url | string URL to redirect the user to after account confirmation, successful authentication, two-factor authentication configuration, or password reset confirmation. Must be identical to the Callback URL specified in the URL block of Publisher Account. For the scenario of a login error, the value should be identical to the the Error callback URL specified in the URL block of Publisher Account. To find the settings, go to Login > your Login project and select the Callback URLs section in the upper block. Required if there are several Callback URLs. |
payload | string Your custom data. The value of the parameter will be returned in the |
with_logout | string Default: "0" 기존 사용자 JWT 값을 비활성화하고 이 호출로 생성한 값을 활성화할지 여부를 표시합니다. 사용 가능한 값:
|
확인
찾을 수 없음
처리할 수 없는 엔터티
요청이 너무 많음
{- "phone_number": "string",
- "send_link": true
}
{- "operation_id": "string"
}