TRecoverUserBody constructor
const
TRecoverUserBody({
- String? timestampMs,
- String? organizationId,
- required v1AuthenticatorParamsV2 authenticator,
- required String userId,
Implementation
const TRecoverUserBody({
this.timestampMs,
this.organizationId,
required this.authenticator,
required this.userId,
});