namespace Meteor.Internal
{

	public class PasswordChallenge
	{
		public string B;
		public string identity;
		public string salt;
	}
	
}
