Auth0 Node.js SDK - v5.12.0
    Preparing search index...

    Interface CspReportTo

    Report-To header configuration.

    interface CspReportTo {
        group?: string;
        max_age?: number;
        endpoints?: CspReportToEndpoints;
    }
    Index

    Properties

    group?: string

    Reporting group identifier.

    max_age?: number

    Maximum age in seconds for the Report-To header.