MemberInfo
It is the class that determines the structure of the authority group members.
Properties
Name | Description |
---|---|
SecretKey | The encrypted secret key associated with the member. |
MemberOfId | The unique identifier of the entity the member belongs to. |
Id | The unique identifier of the member. |
TokenId | The token identifier associated with the member. |
Type | The type of the member. |
MemberId | The unique identifier of the member entity. |
Constructors
Name | Description |
---|---|
MemberInfo(id, memberId, memberOfId, type, tokenId) | It is the class that determines the structure of the authority group members. |