SessionManagerValidateResetToken Method

Checks whether provided token is associated with local user

Definition

Namespace: FileHold.UserRoleManager
Assembly: FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.1.0.0
C#
[WebMethodAttribute(Description = "Checks whether provided token is associated with local user")]
public bool ValidateResetToken(
	string token,
	out List<string> phoneNumbers
)

Parameters

token  String
reset token
phoneNumbers  ListString
phone numbers when mobile phone verification enabled

Return Value

Boolean
true if token was found; otherwise false

See Also