We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8d23452 commit 94b7a77Copy full SHA for 94b7a77
oauth2-server-ktor/src/main/java/nl/myndocs/oauth2/ktor/feature/config/KtorConfiguration.kt
@@ -1,9 +1,8 @@
1
package nl.myndocs.oauth2.ktor.feature.config
2
3
-import io.ktor.application.ApplicationCall
+import io.ktor.application.*
4
import nl.myndocs.oauth2.config.ConfigurationBuilder
5
import nl.myndocs.oauth2.ktor.feature.request.KtorCallContext
6
-import nl.myndocs.oauth2.request.auth.BasicAuthenticator
7
import nl.myndocs.oauth2.request.auth.CallContextBasicAuthenticator
8
import nl.myndocs.oauth2.router.RedirectRouter
9
0 commit comments