okta_oidc 0.0.3 copy "okta_oidc: ^0.0.3" to clipboard
okta_oidc: ^0.0.3 copied to clipboard

A Flutter plugin for Okta OIDC authentication enables secure user login, token management, and identity integration using OpenID Connect with Okta services.

Use this package as a library

Depend on it

Run this command:

With Flutter:

 $ flutter pub add okta_oidc

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

dependencies:
  okta_oidc: ^0.0.3

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:okta_oidc/okta_oidc.dart';
7
likes
150
points
20.7k
downloads

Publisher

unverified uploader

Weekly Downloads

A Flutter plugin for Okta OIDC authentication enables secure user login, token management, and identity integration using OpenID Connect with Okta services.

Repository (GitHub)

Documentation

API reference

License

MIT (license)

Dependencies

flutter, plugin_platform_interface

More

Packages that depend on okta_oidc