Uses of Interface
com.fifa.connectid.sdk.core.FifaConnectIdClient
-
Packages that use FifaConnectIdClient Package Description com.fifa.connectid.sdk com.fifa.connectid.sdk.core -
-
Uses of FifaConnectIdClient in com.fifa.connectid.sdk
Methods in com.fifa.connectid.sdk that return FifaConnectIdClient Modifier and Type Method Description FifaConnectIdClientRegistrationFacade. getConnectIdClient()Constructors in com.fifa.connectid.sdk with parameters of type FifaConnectIdClient Constructor Description RegistrationFacade(FifaConnectIdClient connectIdClient, com.fifa.connectservicebus.sdk.FifaConnectServiceBusClient serviceBusClient, RegistrationFacadeSettings settings, com.fifa.connectservicebus.sdk.logging.Logger logger, boolean useEncryption) -
Uses of FifaConnectIdClient in com.fifa.connectid.sdk.core
Classes in com.fifa.connectid.sdk.core that implement FifaConnectIdClient Modifier and Type Class Description classFifaConnectIdClientImplClient used to make request to FIFA Connect ID service.
-