mirror of
https://github.com/danog/MadelineProtoDocs.git
synced 2024-12-02 09:38:28 +01:00
915 B
915 B
title | description | nav_exclude | image |
---|---|---|---|
secureSecretSettings | Secure settings | true | https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png |
Constructor: secureSecretSettings
Secure settings
Attributes:
Name | Type | Required | Description |
---|---|---|---|
secure_algo | SecurePasswordKdfAlgo | Yes | Secure KDF algo |
secure_secret | bytes | Yes | Secure secret |
secure_secret_id | long | Yes | Secret ID |
Type: SecureSecretSettings
Example:
$secureSecretSettings = ['_' => 'secureSecretSettings', 'secure_algo' => SecurePasswordKdfAlgo, 'secure_secret' => 'bytes', 'secure_secret_id' => long];