oidc 0.5.0 copy "oidc: ^0.5.0" to clipboard
oidc: ^0.5.0 copied to clipboard

A comprehensive OpenIdConnect plugin that works on all platforms (android, ios, windows, linux, web, macos)

Use this package as a library

Depend on it

Run this command:

With Dart:

 $ dart pub add oidc

With Flutter:

 $ flutter pub add oidc

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

dependencies:
  oidc: ^0.5.0

Alternatively, your editor might support dart pub get or flutter pub get. Check the docs for your editor to learn more.

Import it

Now in your Dart code, you can use:

import 'package:oidc/oidc.dart';
47
likes
0
points
1.83k
downloads

Publisher

verified publisherbdaya-dev.com

Weekly Downloads

A comprehensive OpenIdConnect plugin that works on all platforms (android, ios, windows, linux, web, macos)

Homepage
Repository (GitHub)
View/report issues

Topics

#oidc #openidconnect #oauth #authentication

License

unknown (license)

Dependencies

flutter, http, jose_plus, json_annotation, logging, nonce, oidc_android, oidc_core, oidc_ios, oidc_linux, oidc_macos, oidc_platform_interface, oidc_web, oidc_windows, retry, rxdart, uuid

More

Packages that depend on oidc