Table of Contents

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 DiscordOAuth2Client

The oauth2 client.

Returns

Task<IReadOnlyList<DiscordConnection>>

Exceptions

NullReferenceException

Thrown when AccessToken is not present.