/// <summary> /// show options /// </summary> /// <returns></returns> public ActionResult Info() { return(Ok(_tokenUtil.GetOptions())); }