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

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: ^2.0.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
130
points
67
downloads

Publisher

unverified uploader

Weekly Downloads

Oven-ready Dio interceptor for handling OAuth 2.0

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

clock, dio, flutter, flutter_secure_storage, time

More

Packages that depend on oauth_interceptor