835 B
835 B
title | description |
---|---|
passwordRecoveryInfo | Contains information available to the user after requesting password recovery |
Constructor: passwordRecoveryInfo
Contains information available to the user after requesting password recovery
Attributes:
Name | Type | Required | Description |
---|---|---|---|
recovery_email_pattern | string | Yes | Pattern of email to which recovery mail was sent |
Type: PasswordRecoveryInfo
Example:
$passwordRecoveryInfo = ['_' => 'passwordRecoveryInfo', 'recovery_email_pattern' => string, ];
Or, if you're into Lua:
passwordRecoveryInfo={_='passwordRecoveryInfo', recovery_email_pattern=string, }