menu
matrix package
documentation
matrix_api_lite/model/auth/authentication_data.dart
AuthenticationData
AuthenticationData.new constructor
AuthenticationData.new constructor
dark_mode
light_mode
AuthenticationData
constructor
AuthenticationData
(
{
String
?
type
,
String
?
session
,
Map
<
String
,
Object
?
>
?
additionalFields
,
})
Implementation
AuthenticationData({this.type, this.session, this.additionalFields});
matrix package
documentation
matrix_api_lite/model/auth/authentication_data
AuthenticationData
AuthenticationData.new constructor
AuthenticationData class