publicMetadata property

Map<String, Object>? publicMetadata
getter/setter pair

Metadata that will be attached to the newly created invitation. The value of this property should be a well-formed JSON object. Once the user accepts the invitation and signs up, these metadata will end up in the user's public metadata.

Implementation

Map<String, Object>? publicMetadata;