ExchangeCodeForTokensAsync (Method)
Namespace BloxTeams.OpenCloud.Extensions
Class OAuthTokensExtensions
public static async Task<OAuthTokensSet> ExchangeCodeForTokensAsync(this OpenCloudClient client, string code, string? codeVerifier = null)
Exchanges an OAuth2 code for an OAuthTokensSet.
Last updated
Was this helpful?