TGetAuthenticatorResponse constructor

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

Implementation

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