We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ddc619 commit 7a65ab4Copy full SHA for 7a65ab4
apps/sim/lib/oauth/oauth.ts
@@ -884,6 +884,7 @@ function getProviderAuthConfig(provider: string): ProviderAuthConfig {
884
clientId,
885
clientSecret,
886
useBasicAuth: false,
887
+ supportsRefreshTokenRotation: true,
888
}
889
890
case 'microsoft':
@@ -911,6 +912,7 @@ function getProviderAuthConfig(provider: string): ProviderAuthConfig {
911
912
913
914
useBasicAuth: true,
915
916
917
918
case 'dropbox': {
0 commit comments