AuthorizationResponseBatch

data class AuthorizationResponseBatch(val id: String = "", val tags: List<String>? = null, val results: Map<String, AuthResponseSingle>? = null)

Data class representing a batch of authorization responses.

Constructors

Link copied to clipboard
constructor(id: String = "", tags: List<String>? = null, results: Map<String, AuthResponseSingle>? = null)

Properties

Link copied to clipboard
val id: String

the identifier of the batch.

Link copied to clipboard

the results of the authorization request.

Link copied to clipboard
val tags: List<String>? = null

the tags associated with the batch.