antinvestor_auth_runtime 0.4.2
antinvestor_auth_runtime: ^0.4.2 copied to clipboard
Auth runtime for Antinvestor Flutter apps. OAuth2 + PKCE, adaptive DPoP, rotating refresh tokens with reuse detection, Isolate-isolated tokens, hardware-backed storage, Riverpod providers, Material widgets.
Use this package as a library
Depend on it
Run this command:
With Flutter:
$ flutter pub add antinvestor_auth_runtimeThis will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):
dependencies:
antinvestor_auth_runtime: ^0.4.2Alternatively, your editor might support flutter pub get. Check the docs for your editor to learn more.
Import it
Now in your Dart code, you can use:
import 'package:antinvestor_auth_runtime/antinvestor_auth_runtime.dart';