Package co.dapi

Class Config

java.lang.Object
co.dapi.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

    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 Details

    • Config

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

    • getAppSecret

      public java.lang.String getAppSecret()