TRecoverUserBody constructor

const TRecoverUserBody({
  1. String? timestampMs,
  2. String? organizationId,
  3. required v1AuthenticatorParamsV2 authenticator,
  4. required String userId,
})

Implementation

const TRecoverUserBody({
   this.timestampMs,
   this.organizationId,
  required  this.authenticator,
  required  this.userId,
});