mirror of
https://github.com/MCCTeam/Minecraft-Console-Client
synced 2025-10-14 21:22:49 +00:00
Updated docs and cleaned up.
This commit is contained in:
parent
57c53be09f
commit
fec1687cb7
3 changed files with 563 additions and 557 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue