interface PermissionsVerifier
The Glacier router starter permissions verifier.
Check whether a user has permission to access the router.
bool checkPermissions(string userId, string password, out string reason);
The user id for which to check permission.
The user's password.
The reason why access was denied.
True if access is granted, or false otherwise.