Skip to main content

MemberInfoSecret Constructors

An object defining constructors for the MemberInfoSecret class.

MemberInfoSecret(id, type, tokenId)

Initializes a new instance of the MemberInfoSecret class with the specified member identifier, type, and security token.

Parameters:

id (required): long
The unique identifier of the member.

type (required): MemberType
The type classification of the member.

tokenId (required): string
The security token identifier inherited from the base secret class.

Sets the following properties:

  • Id = id
  • Type = type

Passes tokenId to the base constructor.