oauth2_custom_uri_scheme 0.3.0 copy "oauth2_custom_uri_scheme: ^0.3.0" to clipboard
oauth2_custom_uri_scheme: ^0.3.0 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.3.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:oauth2_custom_uri_scheme/oauth2_custom_uri_scheme.dart';
4
likes
0
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

unknown (LICENSE)

Dependencies

crypto, flutter, flutter_custom_tabs, flutter_secure_storage, http, rxdart

More

Packages that depend on oauth2_custom_uri_scheme