Click or drag to resize

SessionManagerValidateResetToken Method

Checks whether provided token is associated with local user

Namespace:  FileHold.UserRoleManager
Assembly:  FileHold.UserRoleManager (in FileHold.UserRoleManager.dll) Version: 17.0.0.0
Syntax
C#
public bool ValidateResetToken(
	string token,
	out List<string> phoneNumbers
)

Parameters

token
Type: SystemString
reset token
phoneNumbers
Type: System.Collections.GenericListString
phone numbers when mobile phone verification enabled

Return Value

Type: Boolean
true if token was found; otherwise false
See Also