delegate property

Auth delegate

Implementation

auth_interop.Auth get delegate {
  _webAuth ??= auth_interop.getAuthInstance(core_interop.app(app.name));

  return _webAuth!;
}