A CookieStore that uses an ExpiringStorage to keep track of the stored cookies. Cookies have a specified time to live in seconds, default is 14 days, after which they will be removed.
Deletes the given cookie.
Cookie to delete.
Generates and stores a new cookie for the given accountId. This does not replace previously generated cookies.
Account to create a cookie for.
The generated cookie.
Return the accountID associated with the given cookie.
Cookie to find the account for.
Refreshes the cookie expiration and returns when it will expire if the cookie exists.
Cookie to refresh.
A CookieStore that uses an ExpiringStorage to keep track of the stored cookies. Cookies have a specified time to live in seconds, default is 14 days, after which they will be removed.