oauth_interceptor 1.2.0 copy "oauth_interceptor: ^1.2.0" to clipboard
oauth_interceptor: ^1.2.0 copied to clipboard

outdated

Oven-ready Dio interceptor for handling OAuth 2.0

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add oauth_interceptor

This will add a line like this to your package's pubspec.yaml (and run an implicit flutter pub get):

dependencies:
  oauth_interceptor: ^1.2.0

Alternatively, 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:oauth_interceptor/oauth_interceptor.dart';
1
likes
0
points
140
downloads

Publisher

unverified uploader

Weekly Downloads

Oven-ready Dio interceptor for handling OAuth 2.0

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

clock, dio, flutter, flutter_secure_storage, time

More

Packages that depend on oauth_interceptor