Confluence.js - Cloud and Server API library
    Preparing search index...

    Variable OAuth2SchemaConst

    OAuth2Schema: ZodObject<
        {
            oauth2: ZodObject<
                { accessToken: ZodString },
                "strict",
                ZodTypeAny,
                { accessToken: string },
                { accessToken: string },
            >;
        },
        "strict",
        ZodTypeAny,
        { oauth2: { accessToken: string } },
        { oauth2: { accessToken: string } },
    > = ...

    OAuth2 authentication configuration