k-capehart / go-salesforce

Salesforce REST API client written in Go
https://pkg.go.dev/github.com/k-capehart/go-salesforce/v2
MIT License
24 stars 4 forks source link

Refresh Token OAuth Flow #35

Closed k-capehart closed 1 month ago

k-capehart commented 2 months ago

Refresh Token is obtained from the web server, user-agent, or hybrid app token flow.

Should users be able to authenticate with a refresh token or any of the above flows? https://help.salesforce.com/s/articleView?id=sf.remoteaccess_oauth_refresh_token_flow.htm&type=5

k-capehart commented 1 month ago

Not planned for now, may re-open in the future