Class StaticApiKeyCredentialProvider

    • Constructor Summary

      Constructors 
      Constructor Description
      StaticApiKeyCredentialProvider​(java.lang.String apiKey)
      Hardcoded key can be passed in the constructor
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • StaticApiKeyCredentialProvider

        public StaticApiKeyCredentialProvider​(java.lang.String apiKey)
                                       throws FullContactException
        Hardcoded key can be passed in the constructor
        Parameters:
        apiKey - API key for auth
        Throws:
        FullContactException - if key is null or empty