public final class PhoneAuthOptions extends Object
Options object for configuring phone validation flows in PhoneAuthProvider
.
Nested Class Summary
class | PhoneAuthOptions.Builder | A Builder class for PhoneAuthOptions . |
Public Method Summary
static PhoneAuthOptions.Builder |
newBuilder(FirebaseAuth
auth)
Returns a new instance of
PhoneAuthOptions.Builder
tied to given instance of FirebaseAuth .
|
static PhoneAuthOptions.Builder |
newBuilder()
Returns a new instance of
PhoneAuthOptions.Builder
tied to the default instance of FirebaseAuth .
|
Inherited Method Summary
Public Methods
public static PhoneAuthOptions.Builder newBuilder (FirebaseAuth auth)
Returns a new instance of PhoneAuthOptions.Builder
tied to given instance of FirebaseAuth
.
public static PhoneAuthOptions.Builder newBuilder ()
Returns a new instance of PhoneAuthOptions.Builder
tied to the default instance of FirebaseAuth
.