You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* The cookie domain. See the specification here: https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis-03#section-4.1.2.3
388
+
*
389
+
* @default''
390
+
* @examplesidebase.io
391
+
*/
392
+
cookieDomain?:string;
379
393
},
380
394
/**
381
395
* Settings for the authentication-refreshToken that `nuxt-auth` receives from the `signIn` endpoint and that can be used to authenticate subsequent requests.
@@ -423,6 +437,13 @@ type ProviderRefresh = {
423
437
* @example60 * 60 * 24
424
438
*/
425
439
maxAgeInSeconds?:number,
440
+
/**
441
+
* The cookie domain. See the specification here: https://datatracker.ietf.org/doc/html/draft-ietf-httpbis-rfc6265bis-03#section-4.1.2.3
442
+
*
443
+
* @default''
444
+
* @examplesidebase.io
445
+
*/
446
+
cookieDomain?:string;
426
447
},
427
448
/**
428
449
* Define an interface for the session data object that `nuxt-auth` expects to receive from the `getSession` endpoint.
0 commit comments