Documentation ¶ Index ¶ type TokenSet func NewTokenSet(client *rds.Client) *TokenSet func (toks *TokenSet) GetToken(key string) (*oauth2.Token, error) func (toks *TokenSet) GetTokenInfo(key string) (*tokens.TokenInfo, error) func (toks *TokenSet) SetTokenInfo(key string, tok *tokens.TokenInfo) error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type TokenSet ¶ type TokenSet struct { // contains filtered or unexported fields } func NewTokenSet ¶ func NewTokenSet(client *rds.Client) *TokenSet func (*TokenSet) GetToken ¶ func (toks *TokenSet) GetToken(key string) (*oauth2.Token, error) func (*TokenSet) GetTokenInfo ¶ func (toks *TokenSet) GetTokenInfo(key string) (*tokens.TokenInfo, error) func (*TokenSet) SetTokenInfo ¶ func (toks *TokenSet) SetTokenInfo(key string, tok *tokens.TokenInfo) error Source Files ¶ View all Source files tokenset_redis.go Click to show internal directories. Click to hide internal directories.