Link Search Menu Expand Document

Constructor: exportedContactToken

Back to constructors index

Describes a temporary profile link.

Attributes:

NameTypeRequiredDescription
urlstringYesThe temporary profile link.
expiresintYesIts expiration date

Type: ExportedContactToken

Example:

$exportedContactToken = ['_' => 'exportedContactToken', 'url' => 'string', 'expires' => int];