okta-sdk-appauth-android
okta-sdk-appauth-android copied to clipboard
Import issues with sample
Hi,
I imported the example and started sync, which I land into sync issues, so I added
implementation 'net.openid:appauth:0.7.1'
to both sample and library and after resolved some import issues and finally two imports are pending
import net.openid.appauth.EndSessionRequest; import net.openid.appauth.AuthorizationManagementResponse;
You need to clone by using
git clone --recurse-submodules https://github.com/okta/okta-sdk-appauth-android.git
It uses a specific branch of appauth that has the EndSessionRequest. So if you already cloned without the submodules you can try
git submodule update --recursive