class SealdRevokeResult
objc
@interface SealdRevokeResult : NSObject
SealdRevokeResult represents the result of a revocation operation.
Members | Descriptions |
---|---|
recipients | The Seald recipients the revocation operation acted on. |
proxySessions | The proxy sessions the revocation operation acted on. |
recipients
objc
@property (strong, readonly) NSDictionary< NSString *, SealdActionStatus * > * recipients;
The Seald recipients the revocation operation acted on.
proxySessions
objc
@property (strong, readonly) NSDictionary< NSString *, SealdActionStatus * > * proxySessions;
The proxy sessions the revocation operation acted on.