Peter Tran
10/14/2020, 8:00 PMktor-features/ktor-auth. However, all of the source is under jvm/. Is there a particular dependency on JVM? Or is there some other reason this cannot be common code and reused on a native platform?Casey Brooks
10/14/2020, 8:14 PMPeter Tran
10/14/2020, 8:25 PMktor-client-auth are Basic Auth and Digest Auth, but these are different from OAuth2.Peter Tran
10/14/2020, 8:27 PMktor-features/ktor-auth, there is a function called verifyWithOAuth2 which is definitely a client feature, and I verified this with an Android instrumentation test.
But now I need to run this from native / mingw64.Peter Tran
10/15/2020, 5:13 PM