mirror of
https://github.com/simstudioai/sim.git
synced 2026-01-07 22:24:06 -05:00
fix(dropbox): access type param pass through to get refresh token (#2564)
This commit is contained in:
committed by
GitHub
parent
31de55cbdf
commit
dc4e5d3bdc
@@ -1437,6 +1437,9 @@ export const auth = betterAuth({
|
||||
pkce: true,
|
||||
accessType: 'offline',
|
||||
prompt: 'consent',
|
||||
authorizationUrlParams: {
|
||||
token_access_type: 'offline',
|
||||
},
|
||||
getUserInfo: async (tokens) => {
|
||||
try {
|
||||
const response = await fetch(
|
||||
|
||||
Reference in New Issue
Block a user