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 c5495e9 commit 01c4cf0Copy full SHA for 01c4cf0
aws-auth-cognito/src/main/java/com/amplifyframework/auth/cognito/RealAWSCognitoAuthPlugin.kt
@@ -115,10 +115,8 @@ import java.util.concurrent.atomic.AtomicReference
115
import kotlin.coroutines.resume
116
import kotlin.coroutines.resumeWithException
117
import kotlin.coroutines.suspendCoroutine
118
-import kotlinx.coroutines.GlobalScope
119
import kotlinx.coroutines.flow.collect
120
import kotlinx.coroutines.flow.takeWhile
121
-import kotlinx.coroutines.launch
122
123
internal class RealAWSCognitoAuthPlugin(
124
val configuration: AuthConfiguration,
0 commit comments