C# Class afung.MangaWeb3.Common.ChangePasswordRequest

Inheritance: JsonRequest
Exibir arquivo Open project: a-fung/MangaWeb3 Class Usage Examples

Public Properties

Property Type Description
currentPassword string
newPassword string
newPassword2 string

Property Details

currentPassword public_oe property

public string currentPassword
return string

newPassword public_oe property

public string newPassword
return string

newPassword2 public_oe property

public string newPassword2
return string