PhoneAuthOptions

class PhoneAuthOptions


Options object for configuring phone validation flows in PhoneAuthProvider.

Summary

Nested types

A Builder class for PhoneAuthOptions.

Public functions

java-static PhoneAuthOptions.Builder

Returns a new instance of PhoneAuthOptions.Builder tied to the default instance of FirebaseAuth.

java-static PhoneAuthOptions.Builder

Returns a new instance of PhoneAuthOptions.Builder tied to given instance of .

Public functions

newBuilder

java-static fun newBuilder(): PhoneAuthOptions.Builder

Returns a new instance of PhoneAuthOptions.Builder tied to the default instance of FirebaseAuth.

newBuilder

java-static fun newBuilder(auth: FirebaseAuth): PhoneAuthOptions.Builder

Returns a new instance of PhoneAuthOptions.Builder tied to given instance of .