add note about txnId
This commit is contained in:
parent
bf3bed9ef9
commit
c73ea67bcd
|
|
@ -26,6 +26,8 @@ import 'authentication_types.dart';
|
||||||
|
|
||||||
class AuthenticationToken extends AuthenticationData {
|
class AuthenticationToken extends AuthenticationData {
|
||||||
String token;
|
String token;
|
||||||
|
|
||||||
|
/// removed in the unstable version of the spec
|
||||||
String? txnId;
|
String? txnId;
|
||||||
|
|
||||||
AuthenticationToken({String? session, required this.token, this.txnId})
|
AuthenticationToken({String? session, required this.token, this.txnId})
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue