Link Search Menu Expand Document

Constructor: secureData

Back to constructors index

Secure passport data, for more info see the passport docs »

Attributes:

NameTypeRequiredDescription
databytesYesData
data_hashbytesYesData hash
secretbytesYesSecret

Type: SecureData

Example:

$secureData = ['_' => 'secureData', 'data' => 'bytes', 'data_hash' => 'bytes', 'secret' => 'bytes'];