File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -17,23 +17,23 @@ export type SupabaseClientOptions<SchemaName> = {
17
17
18
18
auth ?: {
19
19
/**
20
- * Automatically refreshes the token for logged in users. Defaults to true.
20
+ * Automatically refreshes the token for logged- in users. Defaults to true.
21
21
*/
22
22
autoRefreshToken ?: boolean
23
23
/**
24
24
* Optional key name used for storing tokens in local storage.
25
25
*/
26
26
storageKey ?: string
27
27
/**
28
- * Whether to persist a logged in session to storage.
28
+ * Whether to persist a logged- in session to storage. Defaults to true .
29
29
*/
30
30
persistSession ?: boolean
31
31
/**
32
32
* Detect a session from the URL. Used for OAuth login callbacks. Defaults to true.
33
33
*/
34
34
detectSessionInUrl ?: boolean
35
35
/**
36
- * A storage provider. Used to store the logged in session. Defaults to true .
36
+ * A storage provider. Used to store the logged- in session.
37
37
*/
38
38
storage ?: SupabaseAuthClientOptions [ 'storage' ]
39
39
}
You can’t perform that action at this time.
0 commit comments