Authenticator constructor

const Authenticator({
  1. AuthenticatorRequest? request,
  2. AuthenticatorResponse? response,
})

Implementation

const Authenticator({this.request, this.response});