ProviderQueryResult

public interface ProviderQueryResult

This interface is deprecated.
In favour of SignInMethodQueryResult Result object that contains a list of strings that represent authentication provider IDs. For example, PROVIDER_ID or PROVIDER_ID.

Public Method Summary

abstract List<String>
getProviders()
Returns a List of string representing auth-provider ids.

Public Methods

public abstract List<String> getProviders ()

Returns a List of string representing auth-provider ids. The list can be null or empty.