Documentation ¶
Overview ¶
Package memstore provides an in-memory auth.CodeStore implementation
Index ¶
Constants ¶
View Source
const ( // NoExpiration For use with functions that take an expiration time. NoExpiration time.Duration = -1 // DefaultExpiration For use with functions that take an expiration time. Equivalent to // passing in the same expiration duration as was given to New() or // NewFrom() when the cache was created (e.g. 5 minutes.) DefaultExpiration time.Duration = 0 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.