fingerprintId property
Finger print id of the user agent used for the session. Set an empty fingerprint_id to use the user agent from the call. If the user agent is not available from the current token, an error will be returned.
Implementation
@$pb.TagNumber(1)
$core.String get fingerprintId => $_getSZ(0);
Implementation
@$pb.TagNumber(1)
set fingerprintId($core.String value) => $_setString(0, value);