package
Version:
v0.0.0-...-fade1fe
Opens a new window with list of versions in this module.
Published: Jul 2, 2020
License: MIT
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Token struct {
GUID string `bson:"guid"`
Access string `bson:"access_token"`
Refresh string `bson:"refresh_token"`
CreatedAt time.Time `bson:"created_at"`
RefreshExpiredAt time.Time `bson:"refresh_expired_at"`
}
Token contains access, refresh tokens, of user with guid
Source Files
¶
Click to show internal directories.
Click to hide internal directories.