at_activate_web 1.0.2
at_activate_web: ^1.0.2 copied to clipboard
Web interface for managing APKAM enrollments (approve, deny, revoke, unrevoke, delete)
Use this package as an executable
Install it
You can install the package from the command line:
dart pub global activate at_activate_webUse it
The package has the following executables:
$ at_activate_web
Use this package as a library
Depend on it
Run this command:
With Dart:
$ dart pub add at_activate_webThis will add a line like this to your package's pubspec.yaml (and run an implicit dart pub get):
dependencies:
at_activate_web: ^1.0.2Alternatively, your editor might support dart pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:at_activate_web/api_client.dart';
import 'package:at_activate_web/config.dart';
import 'package:at_activate_web/cram_key_store.dart';
import 'package:at_activate_web/enrollment_manager.dart';
import 'package:at_activate_web/key_state_store.dart';
import 'package:at_activate_web/transaction_store.dart';
import 'package:at_activate_web/web_assets.dart';
import 'package:at_activate_web/wizard_report_store.dart';