Updated docs and cleaned up.

This commit is contained in:
Justin Slauson 2016-03-02 18:16:19 -07:00
parent 57c53be09f
commit fec1687cb7
3 changed files with 563 additions and 557 deletions

View file

@ -216,8 +216,6 @@ namespace MinecraftClient.Protocol
}
}
public enum ValidationResult { Validated, NewTokenRequired, Error };
/// <summary>
/// Validates whether accessToken must be refreshed
/// </summary>
@ -250,8 +248,6 @@ namespace MinecraftClient.Protocol
return LoginResult.OtherError;
}
}
public enum NewTokenResult { Success, InvalidToken, NullError, OtherError }
/// <summary>
/// Refreshes invalid token