public static final class GetPhoneWithTokenRequest.Builder extends Object
| 限定符和类型 | 方法和说明 |
|---|---|
GetPhoneWithTokenRequest |
build() |
GetPhoneWithTokenRequest.Builder |
ownerId(Long ownerId)
OwnerId.
|
GetPhoneWithTokenRequest.Builder |
resourceOwnerAccount(String resourceOwnerAccount)
ResourceOwnerAccount.
|
GetPhoneWithTokenRequest.Builder |
resourceOwnerId(Long resourceOwnerId)
ResourceOwnerId.
|
GetPhoneWithTokenRequest.Builder |
spToken(String spToken)
The token for phone number verification that is obtained by the JavaScript SDK.
|
public GetPhoneWithTokenRequest.Builder ownerId(Long ownerId)
public GetPhoneWithTokenRequest.Builder resourceOwnerAccount(String resourceOwnerAccount)
public GetPhoneWithTokenRequest.Builder resourceOwnerId(Long resourceOwnerId)
public GetPhoneWithTokenRequest.Builder spToken(String spToken)
The token for phone number verification that is obtained by the JavaScript SDK. The validity period of the token is 10 minutes for China Telecom, 30 minutes for China Unicom, and 2 minutes for China Mobile. The token can be used only once.
This parameter is required.
example:Dfafdafad542****
public GetPhoneWithTokenRequest build()
Copyright © 2025. All rights reserved.