Package Overview

Ping Identity Dart Auth SDK is published as ping_identity_dart_auth_sdk at version v0.1.0.

Source of Truth

  • Pubspec: apps/sdks/ping-identity-dart-auth-sdk/ping-identity-dart-auth-sdk/pubspec.yaml

  • README: apps/sdks/ping-identity-dart-auth-sdk/ping-identity-dart-auth-sdk/README.md

  • Changelog: apps/sdks/ping-identity-dart-auth-sdk/ping-identity-dart-auth-sdk/CHANGELOG.md

Directory Layout

  • Repository root: apps/sdks/ping-identity-dart-auth-sdk

  • Package root: apps/sdks/ping-identity-dart-auth-sdk/ping-identity-dart-auth-sdk

  • Library sources: apps/sdks/ping-identity-dart-auth-sdk/ping-identity-dart-auth-sdk/lib

  • Documentation: apps/sdks/ping-identity-dart-auth-sdk/ping-identity-dart-auth-sdk/docs

  • Examples: apps/sdks/ping-identity-dart-auth-sdk/ping-identity-dart-auth-sdk/example

  • Tests: apps/sdks/ping-identity-dart-auth-sdk/ping-identity-dart-auth-sdk/test

Package Direction

The package is standards-first rather than PingOne-only. The core API is built around:

  • OpenID Connect discovery

  • Authorization code with PKCE

  • Token exchange and refresh

  • UserInfo access

  • Token revocation

  • Lightweight ID token payload inspection

Product-specific presets can be added later without changing the core package architecture.