사용자 확인으로 사용자 암호를 재설정합니다. 사용자 데이터가 엑솔라 데이터 저장소 또는 사용자 측에 보관된 경우 사용자는 암호 변경 확인 이메일을 수신하게 됩니다. 사용자 데이터가 PlayFab 저장소에 보관되어 있는 경우 PlayFab 측에서 암호 재설정이 수행됩니다. 자세한 정보는 사용자 데이터 저장소 비교 페이지를 참조합니다.
이 호출을 사용하는 워크플로:
자체 암호 재설정 양식을 사용하는 경우 암호 재설정 확인 호출을 사용하여 사용자 암호를 재설정합니다.
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. |
locale | string >= 2 characters Region in the
The list of social networks will be sorted from most to least used, according to the variable value. |
콘텐츠가 없음
잘못된 요청
인증되지 않음
찾을 수 없음
처리할 수 없는 엔터티
요청이 너무 많음
{- "username": "John"
}
{- "error": {
- "code": "003-061",
- "description": "Object not found.",
- "details": { }
}
}