--- title: auth_sentCodeTypeApp description: auth_sentCodeTypeApp attributes, type and example --- ## Constructor: auth\_sentCodeTypeApp [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |length|[int](../types/int.md) | Required| ### Type: [auth\_SentCodeType](../types/auth_SentCodeType.md) ### Example: ``` $auth_sentCodeTypeApp = ['_' => 'auth_sentCodeTypeApp', 'length' => int, ]; ```