Variable oauthSchemaConst
oauthSchema: ZodObject<
{
credentialDir: ZodString;
providers: ZodDefault<
ZodRecord<
ZodString,
ZodObject<
{
authUrl: ZodPipe<ZodString, ZodURL>;
defaultScopes: ZodDefault<ZodArray<ZodString>>;
pkce: ZodDefault<ZodBoolean>;
tokenUrl: ZodPipe<ZodString, ZodURL>;
},
$strip,
>,
>,
>;
},
$strip,
> = ...
OAuth configuration