Skip to content

Latest commit

 

History

History
114 lines (51 loc) · 1.06 KB

core.peer.md

File metadata and controls

114 lines (51 loc) · 1.06 KB

Home > @cerbos/core > Peer

Peer interface

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

Signature:

export interface Peer 

Properties

Property

Modifiers

Type

Description

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.