Method OAuth2GetConnectionsAsync
- Namespace
- DisCatSharp.Entities
- Assembly
- DisCatSharp.dll
OAuth2GetConnectionsAsync(DiscordOAuth2Client)
Gets the current user's connections.
Requires a DiscordAccessToken set in AccessToken.
public Task<IReadOnlyList<DiscordConnection>> OAuth2GetConnectionsAsync(DiscordOAuth2Client oauth2Client)
Parameters
oauth2Client
DiscordOAuth2ClientThe oauth2 client.
Returns
Exceptions
- NullReferenceException
Thrown when AccessToken is not present.