mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06: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