Skip to main content

MemberInfo

It is the class that determines the structure of the authority group members.

Properties

NameDescription
IdThe unique identifier of the member.
MemberIdThe unique identifier of the member entity.
TypeThe type of the member.
MemberOfIdThe unique identifier of the entity the member belongs to.
SecretKeyThe encrypted secret key associated with the member.
TokenIdThe token identifier associated with the member.

Constructors

NameDescription
MemberInfo(id, memberId, memberOfId, type, tokenId)It is the class that determines the structure of the authority group members.