TGetAuthenticatorsResponse constructor
const
TGetAuthenticatorsResponse({
- required List<
v1Authenticator> authenticators,
Implementation
const TGetAuthenticatorsResponse({
required this.authenticators,
});