publicKey property
The public key of the user's device. This is sent out to other nodes on the mesh to allow them to compute a shared secret key.
Implementation
@$pb.TagNumber(8)
$core.List<$core.int> get publicKey => $_getN(7);
The public key of the user's device. This is sent out to other nodes on the mesh to allow them to compute a shared secret key.
@$pb.TagNumber(8)
$core.List<$core.int> get publicKey => $_getN(7);