Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InMemoryCache ¶
type InMemoryCache struct {
// contains filtered or unexported fields
}
func NewInMemoryTokenCache ¶
func NewInMemoryTokenCache() *InMemoryCache
func (InMemoryCache) AccessToken ¶
func (c InMemoryCache) AccessToken() string
func (InMemoryCache) RefreshToken ¶
func (c InMemoryCache) RefreshToken() string
func (*InMemoryCache) SetAccessToken ¶
func (c *InMemoryCache) SetAccessToken(token string)
func (*InMemoryCache) SetRefreshToken ¶
func (c *InMemoryCache) SetRefreshToken(token string)
Click to show internal directories.
Click to hide internal directories.