Authenticator constructor

Authenticator({
  1. required NativeSecureStorage secureStorage,
  2. OnRevoke? onRevoke,
})

Implementation

factory Authenticator({
  required NativeSecureStorage secureStorage,
  OnRevoke? onRevoke,
}) = _Authenticator;