platform/packages/auth/lib/auth_token.dart
Tobe O e887b1d21f Add 'packages/auth/' from commit '1274ad6b0d9c288ab5366e8f3f977e50418166af'
git-subtree-dir: packages/auth
git-subtree-mainline: 6890bbf53f
git-subtree-split: 1274ad6b0d
2020-02-15 18:28:27 -05:00

4 lines
91 B
Dart

/// Stand-alone JWT library.
library angel_auth.auth_token;
export 'src/auth_token.dart';