Skip to content

Commit 65efc1a

Browse files
committed
fix: add tokenStorage parameter into types
1 parent 9b6f061 commit 65efc1a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

src/runtime/types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,10 @@ export interface Authentication {
2929
* @default 'X-XSRF-TOKEN'
3030
*/
3131
csrfHeader?: string
32+
/**
33+
* Token storage handlers to be used by the client.
34+
*/
35+
tokenStorage?: TokenStorage
3236
}
3337

3438
export interface ModuleOptions {

0 commit comments

Comments
 (0)