--- title: auth_passwordRecovery description: auth_passwordRecovery attributes, type and example --- ## Constructor: auth\_passwordRecovery [Back to constructors index](index.md) ### Attributes: | Name | Type | Required | |----------|:-------------:|---------:| |email\_pattern|[string](../types/string.md) | Required| ### Type: [auth\_PasswordRecovery](../types/auth_PasswordRecovery.md) ### Example: ``` $auth_passwordRecovery = ['_' => 'auth_passwordRecovery', 'email_pattern' => string, ]; ```