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