v1GetAuthenticatorResponse constructor

const v1GetAuthenticatorResponse({
  1. required v1Authenticator authenticator,
})

Implementation

const v1GetAuthenticatorResponse({
  required this.authenticator,
});