mirror of
https://github.com/yawaflua/Discord.Net.git
synced 2025-12-10 20:39:27 +02:00
Refactor OAuth handling and add GetAuthorizationUrl method
This commit is contained in:
@@ -9,8 +9,6 @@ public interface ISession
|
||||
|
||||
Task<IConnection?> GetConnectionAsync(CancellationToken cancellationToken = default);
|
||||
|
||||
|
||||
string GetAuthorizationUrl(string state);
|
||||
IToken GetToken(CancellationToken cancellationToken = default);
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user