VerificationService class base

tools.ozone.verification.*

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

grantVerifications({required List<VerificationInput> verifications, Map<String, String>? $headers, Map<String, String>? $unknown}) Future<XRPCResponse<VerificationGrantVerificationsOutput>>
Grant verifications to multiple subjects. Allows batch processing of up to 100 verifications at once.
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}) Future<XRPCResponse<VerificationListVerificationsOutput>>
List verifications
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
revokeVerifications({required List<AtUri> uris, String? revokeReason, Map<String, String>? $headers, Map<String, String>? $unknown}) Future<XRPCResponse<VerificationRevokeVerificationsOutput>>
Revoke previously granted verifications in batches of up to 100.
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited