Store most recent refresh token in offline sessions

This commit is contained in:
Joel Speed
2018-01-28 22:37:07 +00:00
parent c392236f4f
commit 575c792156
2 changed files with 36 additions and 0 deletions

View File

@@ -273,6 +273,9 @@ type OfflineSessions struct {
// Refresh is a hash table of refresh token reference objects
// indexed by the ClientID of the refresh token.
Refresh map[string]*RefreshTokenRef
// Authentication data provided by an upstream source.
ConnectorData []byte
}
// Password is an email to password mapping managed by the storage.