SessionManagerValidateResetToken Method
            Checks whether provided token is associated with local user
            
Namespace: FileHold.UserRoleManagerAssembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
[WebMethodAttribute(Description = "Checks whether provided token is associated with local user")]
public bool ValidateResetToken(
	string token,
	out List<string> phoneNumbers
)
- token  String
 - reset token
 - phoneNumbers  ListString
 - phone numbers when mobile phone verification enabled
 
Booleantrue if token was found; otherwise false