InternalLinkTypeUserToken constructor
The link is a link to a user by a temporary token. Call searchUserByToken with the given token to process the link
Implementation
const InternalLinkTypeUserToken({
required this.token,
this.extra,
this.clientId,
});