We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee52438 commit ea3924eCopy full SHA for ea3924e
testcaller/src/test/kotlin/pers/shawxingkwok/test/details/Auth.kt
@@ -171,10 +171,13 @@ class Auth {
171
172
object OAuth : Phone.AuthApi_Oauth{
173
override fun Route.onStart() {
174
- get("/login/callback"){
175
-
+ authenticate("auth-oauth") {
+ get("/login/callback") {
176
+ TODO()
177
+ }
178
}
179
180
+
181
override suspend fun login(): Callback<Unit> = { }
182
183
0 commit comments