We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
const sso = new OAuthService({ tokenUrl: "https://", tokenExtraParameters: {}, }); const tokens = await this.refreshTokens({ token: currentTokenSet.refreshToken, clientId: this.clientId, tokenUrl: this.refreshTokenUrl ?? this.tokenUrl, ...tokenExtraParameters, })
The text was updated successfully, but these errors were encountered:
Thanks for the feature request. Could you expand on the use cases behind that? 🙂
Sorry, something went wrong.
thomaslombart
No branches or pull requests
The text was updated successfully, but these errors were encountered: