mirror of
https://github.com/yawaflua/Discord.Net.git
synced 2025-12-09 03:49:36 +02:00
Refactor OAuth handling and add GetAuthorizationUrl method
This commit is contained in:
@@ -6,4 +6,5 @@ public interface IDiscord
|
||||
{
|
||||
Task<IToken?> GetTokenAsync(string code);
|
||||
ISession? CreateSession();
|
||||
string GetAuthorizationUrl(string state);
|
||||
}
|
||||
Reference in New Issue
Block a user