SecureDelegation class

Constructors

SecureDelegation(AccessLevel permissions, {String? delegator, String? delegate, Set<Base64String>? secretIds, Set<Base64String>? encryptionKeys, Set<Base64String>? owningEntityIds, Set<SecureDelegationKeyString>? parentDelegations, String? exchangeDataId})
SecureDelegation.fromJSON(Map<String, dynamic> data)
factory

Properties

delegate String?
getter/setter pair
delegator String?
getter/setter pair
encryptionKeys Set<Base64String>
getter/setter pair
exchangeDataId String?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
owningEntityIds Set<Base64String>
getter/setter pair
parentDelegations Set<SecureDelegationKeyString>
getter/setter pair
permissions AccessLevel
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secretIds Set<Base64String>
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

encode(SecureDelegation value) Map<String, dynamic>