public static GithubDynamicProperties getGithubConfiguration()

in authentication-server/src/main/java/org/apache/servicecomb/fence/authentication/GithubDynamicPropertiesManager.java [28:32]


  public static GithubDynamicProperties getGithubConfiguration() {
    return CONFIGURATIONS.computeIfAbsent("key", key -> {
      return SCBEngine.getInstance().getPriorityPropertyManager().createConfigObject(GithubDynamicProperties.class);
    });
  }