UserId.withSmtpAddress constructor

UserId.withSmtpAddress(
  1. String? _primarySmtpAddress
)
Initializes a new instance of the The primary SMTP address used to initialize the UserId.

Implementation

UserId.withSmtpAddress(this._primarySmtpAddress) : super();