5 lines
94 B
Dart
5 lines
94 B
Dart
|
/// Stand-alone JWT library.
|
||
|
library platform_auth.auth_token;
|
||
|
|
||
|
export 'src/auth_token.dart';
|