feat: update
This commit is contained in:
@@ -11,6 +11,7 @@ func (r *ErrorResponse) Error() error {
|
||||
|
||||
type AccessTokenResponse struct {
|
||||
ErrorResponse
|
||||
AccessToken string `json:"access_token,omitempty"`
|
||||
ExpiresIn int `json:"expires_in,omitempty"` // seconds
|
||||
AccessToken string `json:"access_token,omitempty"`
|
||||
RefreshToken string `json:"refresh_token,omitempty"`
|
||||
ExpiresIn int `json:"expires_in,omitempty"` // seconds
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user