@karmaniverous/jeeves-server
    Preparing search index...

    Variable oauthProviderSchemaConst

    oauthProviderSchema: ZodObject<
        {
            authUrl: ZodPipe<ZodString, ZodURL>;
            defaultScopes: ZodDefault<ZodArray<ZodString>>;
            pkce: ZodDefault<ZodBoolean>;
            tokenUrl: ZodPipe<ZodString, ZodURL>;
        },
        $strip,
    > = ...

    OAuth provider configuration