Cerbos JavaScript SDK
    Preparing search index...

    Interface Peer

    Details of the client who made a request to the policy decision point server.

    interface Peer {
        address: string;
        authInfo: string;
        forwardedFor: string;
        userAgent: string;
    }
    Index

    Properties

    address: string

    The remote address from which the request was sent.

    authInfo: string

    The type of credentials used by the client.

    forwardedFor: string

    The X-Forwarded-For header sent by the client.

    userAgent: string

    The User-Agent header sent by the client.