namespace Meteor.Internal
{

	public class Verifier
	{
		public string identity;
		public string salt;
		public string verifier;
	}
	
}
