mirror of
https://github.com/grafana/grafana.git
synced 2025-07-31 05:02:35 +08:00
OAuth: persisting the id token (#42938)
* OAuth: persisting the id token * OAuth: verifies that the idtoken gets persistet in the database
This commit is contained in:
@ -19,6 +19,7 @@ type UserAuth struct {
|
||||
Created time.Time
|
||||
OAuthAccessToken string
|
||||
OAuthRefreshToken string
|
||||
OAuthIdToken string
|
||||
OAuthTokenType string
|
||||
OAuthExpiry time.Time
|
||||
}
|
||||
|
Reference in New Issue
Block a user