Link Search Menu Expand Document

Constructor: auth.exportedAuthorization

Back to constructors index

Data for copying of authorization between data centers.

Attributes:

NameTypeRequiredDescription
idlongYescurrent user identifier
bytesbytesYesauthorizes key

Type: auth.ExportedAuthorization

Example:

$auth_exportedAuthorization = ['_' => 'auth.exportedAuthorization', 'id' => long, 'bytes' => 'bytes'];