from
fun from(token: String, predicate: String, tags: List<String>?, paths: List<String>?, metadata: Map<String, Any>?): AuthorizationRequestBatch
Creates an authorization request batch with a single authorization request context.
Return
An AuthorizationRequestBatch with a single authorization request context.
Parameters
token
The authentication token used for the authorization requests in the batch.
predicate
The predicate representing the authorization request.
tags
The list of tags associated with the authorization object.
paths
The list of paths associated with the authorization object.
metadata
The map of metadata associated with the authorization object.