Skip to content

Commit 9bb8332

Browse files
committed
Update import for NativeAuthRequestInterceptor
1 parent a3c774d commit 9bb8332

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/src/main/java/com/azuresamples/msalnativeauthandroidkotlinsampleapp/EmailPasswordSignInSignUpFragment.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import android.widget.Toast
99
import androidx.fragment.app.Fragment
1010
import com.azuresamples.msalnativeauthandroidkotlinsampleapp.databinding.FragmentEmailPasswordBinding
1111
import com.microsoft.identity.client.PublicClientApplication
12-
import com.microsoft.identity.common.java.nativeauth.providers.NativeAuthRequestInterceptor
12+
import com.microsoft.identity.nativeauth.NativeAuthRequestInterceptor;
1313
import com.microsoft.identity.common.java.util.StringUtil
1414
import com.microsoft.identity.nativeauth.INativeAuthPublicClientApplication
1515
import com.microsoft.identity.nativeauth.NativeAuthPublicClientApplicationConfiguration

0 commit comments

Comments
 (0)