// Provider configuration, it's corresponding to provider.
ProviderConfigstring
// Cookie name to save session ID. Default is "MacaronSession".
CookieNamestring
// Cookie path to store. Default is "/".
CookiePathstring
// GC interval time in seconds. Default is 3600.
Gclifetimeint64
// Max life time in seconds. Default is whatever GC interval time is.
Maxlifetimeint64
// Use HTTPS only. Default is false.
Securebool
// Cookie domain name. Default is empty.
Domainstring
// SameSite declares if your cookie should be restricted to a first-party or same-site context. Valid strings are "none", "lax", "strict". Default is "lax"