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
Syntaxpublic 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:
Booleantrue if token was found; otherwise false
See Also