AuthContext

data class AuthContext(val predicate: String, val object: AuthObject, val metadata: Map<String, Any>? = null)

Represents an authorization context.

Constructors

Link copied to clipboard
constructor(predicate: String, object: AuthObject, metadata: Map<String, Any>? = null)

Properties

Link copied to clipboard
val metadata: Map<String, Any>? = null

The metadata associated with the authorization context.

Link copied to clipboard
Link copied to clipboard

The predicate associated with the authorization context.