addOauthProvider
Adds an OAuth provider for the authenticated user using the provided parameters. Throws an error if the user is not authenticated.
Import
Parameters
params
AddOauthProviderParams
The parameters for adding an OAuth provider, including providerName
and oidcToken
.
Returns
Promise<void>
A Promise that resolves when the OAuth provider is added.