Skip to content

class SealdRevokeResult

objc
@interface SealdRevokeResult : NSObject
@interface SealdRevokeResult : NSObject

SealdRevokeResult represents the result of a revocation operation.

MembersDescriptions
recipientsThe Seald recipients the revocation operation acted on.
proxySessionsThe proxy sessions the revocation operation acted on.

recipients

objc
@property (strong, readonly) NSDictionary< NSString *, SealdActionStatus * > * recipients;
@property (strong, readonly) NSDictionary< NSString *, SealdActionStatus * > * recipients;

The Seald recipients the revocation operation acted on.

proxySessions

objc
@property (strong, readonly) NSDictionary< NSString *, SealdActionStatus * > * proxySessions;
@property (strong, readonly) NSDictionary< NSString *, SealdActionStatus * > * proxySessions;

The proxy sessions the revocation operation acted on.