oauth2_custom_uri_scheme 0.4.6 copy "oauth2_custom_uri_scheme: ^0.4.6" to clipboard
oauth2_custom_uri_scheme: ^0.4.6 copied to clipboard

discontinued
outdated

An implementation of OAuth 2.0 authorization code grant with redirection to application specific custom URL scheme.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add oauth2_custom_uri_scheme

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

dependencies:
  oauth2_custom_uri_scheme: ^0.4.6

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:oauth2_custom_uri_scheme/oauth2_custom_uri_scheme.dart';
4
likes
40
pub points
0%
popularity

Publisher

verified publisherespresso3389.jp

An implementation of OAuth 2.0 authorization code grant with redirection to application specific custom URL scheme.

Repository (GitHub)
View/report issues

License

MIT (LICENSE)

Dependencies

crypto, flutter, flutter_inappwebview, flutter_secure_storage, http, reader_writer_lock, rxdart

More

Packages that depend on oauth2_custom_uri_scheme