ephemeralUserPublicKey property

Uint8List ephemeralUserPublicKey
final

User's ephemeral public key (A) generated for this authentication session.

This temporary public key is used in combination with the server's ephemeral public key to derive the shared session key.

Implementation

final Uint8List ephemeralUserPublicKey;