externalId property

String? externalId
final

Optional caller-supplied identifier used to make link creation idempotent. When set, ULink scopes the key to your project and returns the existing link on repeat calls instead of creating a duplicate. Pick a deterministic key from your system, e.g. share:user:123:post:456.

Implementation

final String? externalId;