17 lines
348 B
Markdown
17 lines
348 B
Markdown
|
## Constructor: auth\_passwordRecovery
|
||
|
|
||
|
### Attributes:
|
||
|
|
||
|
| Name | Type | Required |
|
||
|
|----------|:-------------:|---------:|
|
||
|
|email\_pattern|[string](../types/string.md) | Required|
|
||
|
|
||
|
|
||
|
### Type: [auth\_PasswordRecovery](../types/auth\_PasswordRecovery.md)
|
||
|
|
||
|
### Example:
|
||
|
|
||
|
|
||
|
```
|
||
|
$auth_passwordRecovery = ['email_pattern' => string, ];
|
||
|
```
|