BaseAPIClient.oauthHandler() method
Signature:
oauthHandler(options: {
providerID: string;
code: string;
scope: string;
state: string;
}): Promise<string>;
Parameters
Parameter | Type | Description |
---|---|---|
options | { providerID: string; code: string; scope: string; state: string; } |
Returns:
Promise<string>