using System; using System.Collections.Generic; using System.Text; namespace TEAMModelOS.SDK.Extension.JwtAuth.Models { public class HttpConstant { public static readonly string Authorization = "Authorization"; public static readonly string access_token = "access_token"; } }