signature property

String? signature
final

A digital signature of the current User.id

This is the HMAC-SHA256 hash of the current user id, signed with your TalkJS secret key. DO NOT embed your secret key within your mobile application / frontend code.

Implementation

final String? signature;