sessionKeyVerifier property
User's session key verifier (M1).
This proves to the server that the user has correctly derived the session key, which in turn proves they know the password, without revealing the password or session key.
Implementation
final Uint8List sessionKeyVerifier;