openidconnect_android 2.0.2 copy "openidconnect_android: ^2.0.2" to clipboard
openidconnect_android: ^2.0.2 copied to clipboard

PlatformAndroid

Android implementation for OpenIdConnect.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add openidconnect_android

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

dependencies:
  openidconnect_android: ^2.0.2

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:openidconnect_android/openidconnect_android.dart';
0
likes
130
points
661
downloads

Documentation

API reference

Publisher

unverified uploader

Weekly Downloads

Android implementation for OpenIdConnect.

Repository (GitHub)
View/report issues

License

Apache-2.0 (license)

Dependencies

flutter, openidconnect_platform_interface

More

Packages that depend on openidconnect_android

Packages that implement openidconnect_android