com.github.lsqlebai.GlobalHeaders.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of server-common Show documentation
Show all versions of server-common Show documentation
An kotlin server common jar
package com.github.lsqlebai
object GlobalHeaders {
const val USER_ID = "userId"
const val LOGIN_TYPE = "loginType"
const val TOKEN = "token"
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy