public static final class PhoneAuthenticationMethod.Builder extends Object
| Modifier and Type | Method and Description |
|---|---|
PhoneAuthenticationMethod |
build() |
PhoneAuthenticationMethod.Builder |
id(String id) |
PhoneAuthenticationMethod.Builder |
phoneNumber(String phoneNumber) |
PhoneAuthenticationMethod.Builder |
phoneType(AuthenticationPhoneType phoneType) |
PhoneAuthenticationMethod.Builder |
smsSignInState(AuthenticationMethodSignInState smsSignInState) |
public PhoneAuthenticationMethod.Builder id(String id)
public PhoneAuthenticationMethod.Builder phoneNumber(String phoneNumber)
public PhoneAuthenticationMethod.Builder phoneType(AuthenticationPhoneType phoneType)
public PhoneAuthenticationMethod.Builder smsSignInState(AuthenticationMethodSignInState smsSignInState)
public PhoneAuthenticationMethod build()
Copyright © 2018–2020. All rights reserved.