Registration Flow Response
fun RegistrationFlowResponse( @Json(name = "flows" ) flows: List<InteractiveAuthenticationFlow>? = null, @Json(name = "completed" ) completedStages: List<String>? = null, @Json(name = "session" ) session: String? = null, @Json(name = "params" ) params: JsonDict? = null)
Content copied to clipboard