Skip to main content

MemberRequestItem

The MemberRequestItem class represents a member reference used in authorization requests, containing the member's identifier and type.

This class encapsulates the essential information needed to identify and classify a member in authorization-related operations. It combines a unique identifier with the member's type classification.

Properties

NameDescription
MemberTypeGets the type classification of the member.
MemberIdGets the unique identifier of the member.

Constructors

NameDescription
MemberRequestItem(memberId, memberType)Initializes a new instance of the MemberRequestItem class with the specified member identifier and type.