4 lines
92 B
Dart
4 lines
92 B
Dart
/// Stand-alone JWT library.
|
|
library angel3_auth.auth_token;
|
|
|
|
export 'src/auth_token.dart';
|