Interface IdPHandler

  • All Implemented Interfaces:

    
    public interface IdPHandler
    
                        

    Identity Provider Handler to handle sign in with provided IdPClient

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • getTokenType

         abstract String getTokenType()

        Retrieve the result token type (access_token, id_token, authorization_code)

        Returns:

        The Token Type

      • signIn

         abstract void signIn(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.