Package org.matrix.android.sdk.api.session.uia

Types

Link copied to clipboard
data class DefaultBaseAuth(val session: String? = null) : UIABaseAuth
Link copied to clipboard
@JsonClass(generateAdapter = true)
data class InteractiveAuthenticationFlow(@Json(name = "type") val type: String? = null, @Json(name = "stages") val stages: List<String>? = null)

An interactive authentication flow.

Link copied to clipboard
enum UiaResult : Enum<UiaResult>