okta / okta-sdk-appauth-android

okta-sdk-appauth-android
https://github.com/okta/okta-sdk-appauth-android
Apache License 2.0
29 stars 19 forks source link

Native login only works on Android API 24+(in case when we use com.okta.authn.sdk to get sessionToken) #59

Open igormartsekha opened 5 years ago

igormartsekha commented 5 years ago

com.okta.sdk and com.okta.authn.sdk which we are going to use during "native" login, use streams API from Java 8. This fact only allows using these libraries on Android API 24+ These libraries will not work on Android API < 24

nbarbettini commented 5 years ago

Since we decided to split this up differently and have an authenticate(string sessionToken) method, we can close this right? cc @bdemers