tokenId property
(only if authenticated) id of the original token used for authentication
Implementation
@$pb.TagNumber(2)
$core.String get tokenId => $_getSZ(1);
Implementation
@$pb.TagNumber(2)
set tokenId($core.String value) => $_setString(1, value);