VerificationRevokeVerificationsInput constructor
- @JsonSerializable(includeIfNull: false)
const
VerificationRevokeVerificationsInput(
{ - required List<String> uris,
- String? revokeReason,
- Map<String, dynamic>? $unknown,
})
Implementation
@JsonSerializable(includeIfNull: false)
const factory VerificationRevokeVerificationsInput({
/// The AT-URI of the verification record to revoke.
required List<String> uris,
/// Reason for revoking the verification. This is optional and can be omitted if not needed.
String? revokeReason,
Map<String, dynamic>? $unknown,
}) = _VerificationRevokeVerificationsInput;