Package-level declarations
Types
Link copied to clipboard
class Auth(path: <Error class: unknown class>, userRolesMap: UserRoleMap, insecureMode: Boolean = false)
Link copied to clipboard
class OidcConfigFactory(clientId: String, secret: String, discoveryURI: String, iss: String, callback: String, auth: Auth, oidcConfiguration: <Error class: unknown class> = OidcConfiguration()
.withClientId(clientId)
.withSecret(secret)
.withDiscoveryURI(discoveryURI)
.withUseNonce(true)
.withCustomParams(mapOf("prompt" to "consent")))
Link copied to clipboard
Link copied to clipboard
class WebApp(val auth: Auth, val databaseRoot: <Error class: unknown class>, val configuration: ServerConfiguration, val shutdownHook: () -> Unit)