OptionalcookiePartial configuration for the state cookie.
This cookie temporarily stores authorization transaction data required to validate the callback response and prevent replay or CSRF attacks.
OptionaldurationThe lifetime of an authorization transaction in seconds.
OptionalmaxThe maximum number of concurrent sign-in transactions retained.
When a new sign in would exceed the limit, the earliest pending transactions are evicted first. Set to 1 for sequential sign-ins, where starting a new sign in discards the previous pending one. Must be between 1 and 20.
Partial configuration options for authentication state handling.