Working with client side auth
This commit is contained in:
parent
386f7fffd6
commit
61ded00870
11 changed files with 72 additions and 125 deletions
|
@ -8,7 +8,6 @@ abstract class MatrixUser with _$MatrixUser {
|
|||
const factory MatrixUser({
|
||||
required String userId,
|
||||
required String matrixToken,
|
||||
required String nonce,
|
||||
}) = _MatrixUser;
|
||||
|
||||
factory MatrixUser.fromJson(Map<String, dynamic> json) =>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue