Skip to content

Commit

Permalink
fixed AuthResponse (#153)
Browse files Browse the repository at this point in the history
* fixed the compatibility matrix

Signed-off-by: deep-poharkar <[email protected]>

* fixed AuthResponse snake case to camelCase

Signed-off-by: deep-poharkar <[email protected]>

---------

Signed-off-by: deep-poharkar <[email protected]>
  • Loading branch information
deep-poharkar committed Sep 13, 2023
1 parent 77e5362 commit 34a718c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/types/api_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ const (
)

type AuthResponse struct {
AccessToken string `json:"access_token"`
ExpiresIn int64 `json:"expires_in"`
AccessToken string `json:"accessToken"`
ExpiresIn int64 `json:"expiresIn"`
Type string `json:"type"`
}

Expand Down

0 comments on commit 34a718c

Please sign in to comment.