| UsersClientResetUserPasswordByEmailAsync Method |
Reset API User password by e-mail.
Namespace: Quickblox.Sdk.Modules.UsersModuleAssembly: Quickblox.Sdk.Xamarin (in Quickblox.Sdk.Xamarin.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Task<HttpResponse> ResetUserPasswordByEmailAsync(
string email
)
Public Function ResetUserPasswordByEmailAsync (
email As String
) As Task(Of HttpResponse)
public:
Task<HttpResponse^>^ ResetUserPasswordByEmailAsync(
String^ email
)
member ResetUserPasswordByEmailAsync :
email : string -> Task<HttpResponse>
Parameters
- email
- Type: SystemString
API User e-mail.
Return Value
Type:
TaskHttpResponse[Missing <returns> documentation for "M:Quickblox.Sdk.Modules.UsersModule.UsersClient.ResetUserPasswordByEmailAsync(System.String)"]
See Also