public interface SignInMethodQueryResult
Result object of a call to
fetchSignInMethodsForEmail(String)
.
Public Method Summary
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.