@karmaniverous/jeeves-server
GitHub
Preparing search index...
schema
authSchema
Variable authSchema
Const
authSchema
:
ZodObject
<
{
google
:
ZodOptional
<
ZodObject
<
{
clientId
:
ZodString
;
clientSecret
:
ZodString
}
,
$strip
>
,
>
;
modes
:
ZodArray
<
ZodEnum
<
{
google
:
"google"
;
keys
:
"keys"
}
>
>
;
sessionSecret
:
ZodOptional
<
ZodString
>
;
}
,
$strip
,
>
= ...
Auth configuration
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
GitHub
@karmaniverous/jeeves-server
Loading...
Auth configuration