chore: adjustments to comments for things found while implementing Storage
This commit is contained in:
parent
98851d4ca6
commit
0d721d937e
4 changed files with 10 additions and 2 deletions
|
@ -70,6 +70,8 @@ func (a *AccessTokenRequest) SetClientSecret(clientSecret string) {
|
|||
a.ClientSecret = clientSecret
|
||||
}
|
||||
|
||||
// RefreshTokenRequest is not useful for making refresh requests because the
|
||||
// grant_type is not included explicitly but rather implied.
|
||||
type RefreshTokenRequest struct {
|
||||
RefreshToken string `schema:"refresh_token"`
|
||||
Scopes SpaceDelimitedArray `schema:"scope"`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue