- API ›
- Constructors ›
- Auth ›
- PasswordRecovery
PasswordRecovery
---types--- auth.passwordRecovery#137948a5 email_pattern:string = auth.PasswordRecovery
Belongs to
| auth.PasswordRecovery |
In Rust this constructor is a variant of the enums::auth.PasswordRecovery enum.
Match on it with: if let enums::auth.PasswordRecovery::PasswordRecovery(v) = result { ... }
Parameters
| email_pattern | string | required |