add oauth2 to client
This commit is contained in:
@@ -6,4 +6,5 @@ public record Authentication
|
||||
public string CharacterName { get; set; } = string.Empty;
|
||||
public uint WorldId { get; set; } = 0;
|
||||
public int SecretKeyIdx { get; set; } = -1;
|
||||
public string? UID { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user