--- title: auth.codeTypeFlashCall description: auth_codeTypeFlashCall attributes, type and example --- ## Constructor: auth.codeTypeFlashCall [Back to constructors index](index.md) ### Type: [auth\_CodeType](../types/auth_CodeType.md) ### Example: ``` $auth_codeTypeFlashCall = ['_' => 'auth.codeTypeFlashCall', ]; ``` Or, if you're into Lua: ``` auth_codeTypeFlashCall={_='auth.codeTypeFlashCall', } ```