PasswordlessSendRequest constructor

PasswordlessSendRequest({
  1. String applicationId,
  2. String code,
  3. String loginId,
  4. Map<String, dynamic> state,
})

Implementation

PasswordlessSendRequest(
    {this.applicationId, this.code, this.loginId, this.state});