Skip to content

Commit 17145c8

Browse files
ISSUE-139957: fix FakeAuthFlowFactory
1 parent f2bd057 commit 17145c8

File tree

1 file changed

+1
-1
lines changed
  • samples/android-cmp-app/src/androidInstrumentedTest/kotlin/com/pega/constellation/sdk/kmp/samples/androidcmpapp/test/fake

1 file changed

+1
-1
lines changed

samples/android-cmp-app/src/androidInstrumentedTest/kotlin/com/pega/constellation/sdk/kmp/samples/androidcmpapp/test/fake/FakeAuthFlowFactory.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
package com.pega.constellation.sdk.kmp.samples.androidcmpapp.test.fake
22

33
import org.publicvalue.multiplatform.oidc.OpenIdConnectClient
4-
import org.publicvalue.multiplatform.oidc.appsupport.CodeAuthFlowFactory
4+
import org.publicvalue.multiplatform.oidc.flows.CodeAuthFlowFactory
55

66
class FakeAuthFlowFactory : CodeAuthFlowFactory {
77
override fun createAuthFlow(client: OpenIdConnectClient) = error("Not supported in tests")

0 commit comments

Comments
 (0)