CustomBackend

data class CustomBackend(val backendConfigUrl: String) : LoginDomainPath

The team has a custom backend, where the user can login.

Parameters

backendConfigUrl

the URL of the json config from where to fetch the custom backend configurations.

Constructors

Link copied to clipboard
constructor(backendConfigUrl: String)

Properties

Link copied to clipboard
val backendConfigUrl: String
Link copied to clipboard

Functions

Link copied to clipboard
open override fun toLogString(): String