matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.session.uia
/
InteractiveAuthenticationFlow
Interactive
Authentication
Flow
@
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.
Members
Constructors
Interactive
Authentication
Flow
Link copied to clipboard
constructor
(
@
Json
(
name
=
"type"
)
type
:
String
?
=
null
,
@
Json
(
name
=
"stages"
)
stages
:
List
<
String
>
?
=
null
)
Properties
stages
Link copied to clipboard
val
stages
:
List
<
String
>
?
=
null
type
Link copied to clipboard
val
type
:
String
?
=
null