PepContext

data class PepContext(val userAgent: String?, val atomId: String)

Represents a PEP (Policy Enforcement Point) context.

Constructors

Link copied to clipboard
constructor(userAgent: String?, atomId: String)

Properties

Link copied to clipboard

The ID of the authorization atom associated with the PEP context.

Link copied to clipboard

The user agent associated with the PEP context.