RevokeVerificationsRequest

data class RevokeVerificationsRequest(val uris: List<AtUri>, val revokeReason: String? = null)

Parameters

uris

The AT-URI of the verification record to revoke.

revokeReason

Reason for revoking the verification. This is optional and can be omitted if not needed.

Constructors

Link copied to clipboard
constructor(uris: List<AtUri>, revokeReason: String? = null)

Properties

Link copied to clipboard
val revokeReason: String? = null

Reason for revoking the verification. This is optional and can be omitted if not needed.

Link copied to clipboard

The AT-URI of the verification record to revoke.