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

discontinued
outdated

An implementation of OAuth 2.0 authorization code grant with redirection to application specific custom URL scheme. It implements Custom Chrome Tabs, ASWebAuthenticationSession, SFAuthenticationSessio [...]

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.0.1

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. It implements Custom Chrome Tabs, ASWebAuthenticationSession, SFAuthenticationSession, and PKCE extension for OAuth.

Repository (GitHub)
View/report issues

License

unknown (license)

Dependencies

crypto, flutter, flutter_custom_tabs, flutter_secure_storage, http

More

Packages that depend on oauth2_custom_uri_scheme