at_activate_web 1.0.2 copy "at_activate_web: ^1.0.2" to clipboard
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_web

Use 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_web

This 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.2

Alternatively, 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';
0
likes
0
points
106
downloads

Publisher

verified publisheratsign.org

Weekly Downloads

Web interface for managing APKAM enrollments (approve, deny, revoke, unrevoke, delete)

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

args, at_auth, at_client, at_commons, at_onboarding_cli, at_utils, logging, path, shelf, shelf_router, sse

More

Packages that depend on at_activate_web