SignInMethodQueryResult | Doclava
public interface

SignInMethodQueryResult

com.google.firebase.auth.SignInMethodQueryResult

Class Overview

Result object of a call to fetchSignInMethodsForEmail(String).

Summary

Public Methods
abstract List<String> getSignInMethods()
Returns the sign-in methods for the current identifier.

Public Methods

public abstract List<String> getSignInMethods ()

Returns the sign-in methods for the current identifier. These should match those generated by getSignInMethod() for the proper credential types.

Returns
List<String>