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

Provides OpenID authentication code authentication workflow with PKCE for public clients

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add openid_authenticator

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

dependencies:
  openid_authenticator: ^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:openid_authenticator/authenticator.dart';
import 'package:openid_authenticator/desktop_callback_server.dart';
0
likes
140
points
152
downloads

Publisher

verified publishersquarealfa.com

Weekly Downloads

Provides OpenID authentication code authentication workflow with PKCE for public clients

Homepage
Repository

Documentation

API reference

License

MPL-2.0 (license)

Dependencies

flutter, http, oauth2, shared_preferences, url_launcher

More

Packages that depend on openid_authenticator