matrix-sdk-android
androidJvm
matrix-sdk-android
/
org.matrix.android.sdk.api.auth.registration
/
RegistrationFlowResponse
/
RegistrationFlowResponse
Registration
Flow
Response
constructor
(
@
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
)