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