public static final class VerifyWithFusionAuthTokenResponseBody.Model.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
VerifyWithFusionAuthTokenResponseBody.Model |
build() |
VerifyWithFusionAuthTokenResponseBody.Model.Builder |
phoneNumber(String phoneNumber)
The phone number, which is returned when the verification is successful.
|
VerifyWithFusionAuthTokenResponseBody.Model.Builder |
phoneScore(Long phoneScore)
The phone number score, which is generated only after the phone number scoring node is enabled and the verification is successful.
|
VerifyWithFusionAuthTokenResponseBody.Model.Builder |
verifyResult(String verifyResult)
The verification result.
|
public VerifyWithFusionAuthTokenResponseBody.Model.Builder phoneNumber(String phoneNumber)
The phone number, which is returned when the verification is successful.
example:180********
public VerifyWithFusionAuthTokenResponseBody.Model.Builder phoneScore(Long phoneScore)
The phone number score, which is generated only after the phone number scoring node is enabled and the verification is successful. The higher the score, the more risky the phone number. Valid values: 0 to 100.
example:20
public VerifyWithFusionAuthTokenResponseBody.Model.Builder verifyResult(String verifyResult)
The verification result. Valid values: PASS and UNKNOWN.
example:PASS
public VerifyWithFusionAuthTokenResponseBody.Model build()
Copyright © 2025. All rights reserved.