-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Native authentication extensibility #1977
Conversation
msal/src/main/java/com/microsoft/identity/nativeauth/statemachine/errors/ResetPasswordErrors.kt
Outdated
Show resolved
Hide resolved
msal/src/main/java/com/microsoft/identity/nativeauth/NativeAuthPublicClientApplication.kt
Show resolved
Hide resolved
msal/src/main/java/com/microsoft/identity/nativeauth/NativeAuthPublicClientApplication.kt
Show resolved
Hide resolved
msal/src/main/java/com/microsoft/identity/nativeauth/statemachine/errors/ResetPasswordErrors.kt
Show resolved
Hide resolved
msal/src/main/java/com/microsoft/identity/nativeauth/statemachine/errors/SignInErrors.kt
Show resolved
Hide resolved
msal/src/main/java/com/microsoft/identity/nativeauth/statemachine/errors/Error.kt
Outdated
Show resolved
Hide resolved
msal/src/main/java/com/microsoft/identity/nativeauth/statemachine/errors/SignUpErrors.kt
Show resolved
Hide resolved
.../src/main/java/com/microsoft/identity/nativeauth/statemachine/results/ResetPasswordResult.kt
Show resolved
Hide resolved
msal/src/main/java/com/microsoft/identity/nativeauth/statemachine/states/AccountState.kt
Outdated
Show resolved
Hide resolved
msal/src/main/java/com/microsoft/identity/nativeauth/statemachine/states/Callback.kt
Outdated
Show resolved
Hide resolved
@@ -82,6 +72,16 @@ import com.microsoft.identity.common.java.providers.microsoft.azureactivedirecto | |||
import com.microsoft.identity.common.java.util.ResultFuture | |||
import com.microsoft.identity.common.java.util.StringUtil | |||
import com.microsoft.identity.common.java.nativeauth.util.checkAndWrapCommandResultType | |||
import com.microsoft.identity.nativeauth.statemachine.errors.ErrorTypes |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't this PR also contain updated tests?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR should contain updated tests. Previously the test branch had not been merged and the test files did not exist. Now it has been updated.
Please check https://identitydivision.visualstudio.com/Engineering/_git/devexdub-android-msal-native-auth-private-clone/pullrequest/10864 for detail