Skip to main content

MemberInfoSecret

The MemberInfoSecret class represents a secure identifier for a member, containing the member's ID, type, and a security token.

This class extends BaseSecret to provide secure identification for members. It combines a unique identifier and member type with inherited security token functionality.

Properties

NameDescription
IdGets the unique identifier of the member.
TokenIdThe unique identifier associated with the secret token.
TypeGets the type classification of the member.
RandomValueA randomly generated value, created when the secret is initialized.

Constructors

NameDescription
MemberInfoSecret(id, type, tokenId)Initializes a new instance of the MemberInfoSecret class with the specified member identifier, type, and security token.