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