TCreateAuthenticatorsBody constructor
const
TCreateAuthenticatorsBody({
- String? timestampMs,
- String? organizationId,
- required List<
v1AuthenticatorParamsV2> authenticators, - required String userId,
Implementation
const TCreateAuthenticatorsBody({
this.timestampMs,
this.organizationId,
required this.authenticators,
required this.userId,
});