listVerifications method
List verifications
Implementation
Future<XRPCResponse<VerificationListVerificationsOutput>> listVerifications({
String? cursor,
int? limit,
DateTime? createdAfter,
DateTime? createdBefore,
List<String>? issuers,
List<String>? subjects,
String? sortDirection,
bool? isRevoked,
Map<String, String>? $headers,
Map<String, String>? $unknown,
}) async => await toolsOzoneVerificationListVerifications(
cursor: cursor,
limit: limit,
createdAfter: createdAfter,
createdBefore: createdBefore,
issuers: issuers,
subjects: subjects,
sortDirection: sortDirection,
isRevoked: isRevoked,
$ctx: _ctx,
$headers: $headers,
$unknown: $unknown,
);