Auth Info
data class AuthInfo @JvmOverloads constructor(val token: String? = null, val apiKey: String? = null)
Content copied to clipboard
Stores the credentials for authorization with the API Server.
Stores the credentials for authorization with the API Server.