okta-sdk-appauth-android icon indicating copy to clipboard operation
okta-sdk-appauth-android copied to clipboard

Import issues with sample

Open JagadeshSeeram opened this issue 5 years ago • 1 comments

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;

JagadeshSeeram avatar May 29 '19 08:05 JagadeshSeeram

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

FeiChen-okta avatar Jun 27 '19 19:06 FeiChen-okta