Package 

Class SiteApiKey


  • 
    public class SiteApiKey
    
                        

    Configurations used for configuring the Glia SDK with site API Key ID and secret

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private final String id
      private final String secret
    • Method Summary

      Modifier and Type Method Description
      String getId()
      String getSecret()
      • Methods inherited from class java.lang.Object

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

      • SiteApiKey

        SiteApiKey(String id, String secret)
        Parameters:
        id - The site API Key ID
        secret - The site API Key secret