Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type StorePointData ¶
type StorePointData struct { Iat int64 `json:"iat"` Claims interface{} `json:"claims,omitempty"` }
type TokenStore ¶
type TokenStore struct {
// contains filtered or unexported fields
}
func NewTokenStore ¶
func NewTokenStore(Client *redis.Client, keyPrefix string) TokenStore
func (TokenStore) CreateStorePoint ¶
func (TokenStore) NewStorePoint ¶
func (a TokenStore) NewStorePoint(id uint64) Point
Click to show internal directories.
Click to hide internal directories.