--- title: secureValueTypePassportRegistration description: Internal registration [passport](https://core.telegram.org/passport) image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: secureValueTypePassportRegistration [Back to constructors index](index.md) Internal registration [passport](https://core.telegram.org/passport) ### Type: [SecureValueType](../types/SecureValueType.md) ### Example: ```php $secureValueTypePassportRegistration = ['_' => 'secureValueTypePassportRegistration']; ``` Or, if you're into Lua: ```lua secureValueTypePassportRegistration={_='secureValueTypePassportRegistration'} ```