issues
search
k-capehart
/
go-salesforce
Salesforce REST API client written in Go
https://pkg.go.dev/github.com/k-capehart/go-salesforce/v2
MIT License
30
stars
6
forks
source link
feat: authenticate with access token
#36
Closed
k-capehart
closed
5 months ago
k-capehart
commented
5 months ago
a successful response from a OAauth2 call will contain an
access_token
in the response
use this access token to authenticate in go-salesforce, so that users can implement their own authentication methods
access_token
in the response