package
Version:
v0.0.0-...-5f6f5d1
Opens a new window with list of versions in this module.
Published: Dec 16, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
func FetchAccessToken(clientID, clientSecret, refreshToken, endpoint string) string
type Response struct {
AccessToken string `json:"access_token"`
RefreshToken string `json:"refresh_token"`
Type string `json:"token_type"`
Expires int `json:"expires_in"`
Scope string `json:"scope"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.