SignInMethodQueryResult

public interface SignInMethodQueryResult


Result object of a call to fetchSignInMethodsForEmail.

Summary

Public methods

abstract @Nullable List<String>

Returns the sign-in methods for the current identifier.

Public methods

getSignInMethods

abstract @Nullable List<StringgetSignInMethods()

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