pvichivanives
pvichivanives
Hi! I'm using a client Secret with the app_secret from Dropbox. Thanks! ``` let dropbox_client_secret = Oauth2Type::AuthorizationCode { client_secret: "secret goes here", }; ```
@wfraser It works but I think you missed the save/load still needing the client_secret as well. Authorization::load will always pick from_refresh_token (tried extracting refresh token and using it in from_client_secret_refresh_token...
Would it make sense to have an alternate to save/ save the refresh token without the "2&" if theres a secret? This would make it possible to save refresh token...