ServerConfiguration

data class ServerConfiguration(val debugMode: Boolean = false, val insecureMode: Boolean = false, val port: Int = 8003, val prefix: String = "goblin", val clientId: String? = null, val secret: String? = null, val backend: String = "http://localhost:8080", val discoveryURI: String = "https://gitlab-ext.utu.fi/.well-known/openid-configuration", val iss: String = "https://gitlab-ext.utu.fi", val callback: String = "https://ft-dev.utu.fi/api/v1/callback")

Constructors

Link copied to clipboard
constructor(debugMode: Boolean = false, insecureMode: Boolean = false, port: Int = 8003, prefix: String = "goblin", clientId: String? = null, secret: String? = null, backend: String = "http://localhost:8080", discoveryURI: String = "https://gitlab-ext.utu.fi/.well-known/openid-configuration", iss: String = "https://gitlab-ext.utu.fi", callback: String = "https://ft-dev.utu.fi/api/v1/callback")

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val clientId: String? = null
Link copied to clipboard
val debugMode: Boolean = false
Link copied to clipboard
Link copied to clipboard
val insecureMode: Boolean = false
Link copied to clipboard
val iss: String
Link copied to clipboard
val port: Int = 8003
Link copied to clipboard
Link copied to clipboard
val secret: String? = null

Functions

Link copied to clipboard