Interface IdPHandler

    • Method Detail

      • getTokenType

        java.lang.String getTokenType()
        Retrieve the result token type (access_token, id_token, authorization_code)
        Returns:
        The Token Type
      • signIn

        void signIn​(IdPClient idPClient,
                    FRListener<IdPResult> listener)
        Perform the Identity Provider sign in with the current active FragmentActivity
        Parameters:
        idPClient - The Idp configuration.
        listener - Listener to listen for the result.
      • signIn

        void signIn​(androidx.fragment.app.Fragment fragment,
                    IdPClient idPClient,
                    FRListener<IdPResult> listener)
        Perform the Identity Provider sign in with the current active Fragment
        Parameters:
        fragment - The Active Fragment
        idPClient - The Idp configuration.
        listener - Listener to listen for the result.