Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionCache ¶
type SessionCache struct { ClearSessionsFn func() ClearSessionsFnInvoked bool SaveSessionsFn func(session []file.OktaSessionCache) SaveSessionsFnInvoked bool SessionsFn func() ([]file.OktaSessionCache, error) SessionsFnInvoked bool }
func DefaultSessionCache ¶
func DefaultSessionCache() SessionCache
func (*SessionCache) ClearSessions ¶
func (s *SessionCache) ClearSessions()
func (*SessionCache) SaveSessions ¶
func (s *SessionCache) SaveSessions(sessions []file.OktaSessionCache)
func (*SessionCache) Sessions ¶
func (s *SessionCache) Sessions() ([]file.OktaSessionCache, error)
Click to show internal directories.
Click to hide internal directories.