Class PathFactory

java.lang.Object
com.yoti.api.client.spi.remote.call.factory.PathFactory

public class PathFactory extends Object
  • Constructor Details

    • PathFactory

      public PathFactory()
  • Method Details

    • createSignatureParams

      public String createSignatureParams()
    • createProfilePath

      public String createProfilePath(String appId, String connectToken)
    • createAmlPath

      public String createAmlPath(String appId)
    • createDynamicSharingPath

      public String createDynamicSharingPath(String appId)
    • createNewYotiDocsSessionPath

      public String createNewYotiDocsSessionPath(String appId)
    • createGetYotiDocsSessionPath

      public String createGetYotiDocsSessionPath(String appId, String sessionId)
    • createMediaContentPath

      public String createMediaContentPath(String appId, String sessionId, String mediaId)
    • createGetSupportedDocumentsPath

      public String createGetSupportedDocumentsPath(boolean includeNonLatin)
    • createTimestamp

      protected long createTimestamp()