fix(dropbox): access type param pass through to get refresh token (#2564)

This commit is contained in:
Vikhyath Mondreti
2025-12-23 16:32:58 -08:00
committed by GitHub
parent 31de55cbdf
commit dc4e5d3bdc

View File

@@ -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(