--- title: secureValueTypeTemporaryRegistration description: Secure value type temporary registration image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: secureValueTypeTemporaryRegistration [Back to constructors index](index.md) Secure value type temporary registration ### Type: [SecureValueType](../types/SecureValueType.md) ### Example: ```php $secureValueTypeTemporaryRegistration = ['_' => 'secureValueTypeTemporaryRegistration']; ``` [PWRTelegram](https://pwrtelegram.xyz) json-encoded version: ``` {"_": "secureValueTypeTemporaryRegistration"} ``` Or, if you're into Lua: ```lua secureValueTypeTemporaryRegistration={_='secureValueTypeTemporaryRegistration'} ```