signature property
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
@Deprecated('Use [token] or [tokenFetcher] instead')
final String? signature;