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