created: auth provider
This commit is contained in:
parent
f5162fcd66
commit
099a586484
6 changed files with 185 additions and 0 deletions
6
internal/shared/auth.go
Normal file
6
internal/shared/auth.go
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
package shared
|
||||
|
||||
type AuthData struct {
|
||||
AccessToken string `json:"access_token"`
|
||||
RefreshToken string `json:"refresh_token"`
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue