Prompt

data class Prompt(    val homeServerUrl: String,     val identityServerUrl: String?,     val wellKnown: WellKnown) : WellknownResult

Retrieve the specific piece of information from the user in a way which fits within the existing client user experience, if the client is inclined to do so. Failure can take place instead if no good user experience for this is possible at this point.

Constructors

Link copied to clipboard
fun Prompt(    homeServerUrl: String,     identityServerUrl: String?,     wellKnown: WellKnown)

Properties

Link copied to clipboard
val homeServerUrl: String
Link copied to clipboard
val identityServerUrl: String?
Link copied to clipboard
val wellKnown: WellKnown