Skip to content

ForgeRock/ping-android-sdk

Repository files navigation

Build Status Coverage

Logo


The Ping SDK for Android is designed for creating mobile native Apps that seamlessly integrate with the PingOne platform. It offers a range of APIs for user authentication, user device management, and accessing resources secured by PingOne. This SDK is support Browser, iOS and Android platforms.

Modules

ping 
├── foundation                            # Foundation module
│   ├── android                           # Android Common
│   ├── davinci-plugin                    # For module that integrated with davinci
│   ├── journey-plugin*                   # For module that integrated with journey
│   ├── logger                            # Provide Logging interface and common loggers
│   ├── oidc*                             # Provide OIDC interface
│   ├── orchestrate                       # Orchestrating authentication flow framework
│   ├── storage                           # Provide Storage interface
│   └── utils                             # Provide common utilities function
├── davinci                               # Orchestrate authentication with PingOne Davinci
├── journey*                              # Orchestrate authentication with Journey
├── external-idp*                          # Provide Native Google, Facebook, Apple SocialLogin
├── ...
└── ...

Note: * Module under development and experimental