Package 

Interface AuthHandler

    • Method Summary

      Modifier and Type Method Description
      abstract AuthProvider providerFor(String strategy, String connection) Tries to supply an AuthProvider for a given strategy and connection name.
      • Methods inherited from class com.auth0.android.provider.AuthHandler

        equals, hashCode, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • providerFor

         abstract AuthProvider providerFor(String strategy, String connection)

        Tries to supply an AuthProvider for a given strategy and connection name. If it can't provide one it will return null.

        Parameters:
        strategy - name of the strategy to provide an Auth handler for
        connection - name of the connection to provide an Auth handler for