Package co.dapi

Class Config


  • public class Config
    extends java.lang.Object
    Config holds the fields that's specific to a single app.
    • Constructor Summary

      Constructors 
      Constructor Description
      Config​(java.lang.String appSecret)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getAppSecret()  
      • Methods inherited from class java.lang.Object

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

      • Config

        public Config​(java.lang.String appSecret)
    • Method Detail

      • getAppSecret

        public java.lang.String getAppSecret()