Skip to content

Commit

Permalink
Remove native auth from msal test app
Browse files Browse the repository at this point in the history
  • Loading branch information
Yuki-YuXin committed Jan 23, 2025
1 parent c1eafb7 commit 386efee
Show file tree
Hide file tree
Showing 34 changed files with 1 addition and 3,281 deletions.
1 change: 0 additions & 1 deletion CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ msal/src/main/java/com/microsoft/identity/nativeauth/ @AzureAD/NativeAuthTeam
msal/src/test/java/com/microsoft/identity/nativeauth/ @AzureAD/NativeAuthTeam
msal/src/test/java/com/microsoft/identity/client/e2e/tests/network/nativeauth/ @AzureAD/NativeAuthTeam
msal/src/androidTest/java/com/microsoft/identity/nativeauth/ @AzureAD/NativeAuthTeam
msal/testapps/testapp/src/main/java/com/microsoft/identity/client/testapp/nativeauth @AzureAD/NativeAuthTeam

# If you are interested in reviewing or getting notified of changes in a particular area
# Please add your alias against that specific path below
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,12 +129,4 @@ public enum AuthScheme {
BEARER,
POP
}

/**
* Constants used in native auth flows.
*/
public static final String STATE = "state";
public static final String CODE_LENGTH = "code_length";
public static final String SENT_TO = "sent_to";
public static final String CHANNEL = "channel";
}
Original file line number Diff line number Diff line change
Expand Up @@ -225,11 +225,6 @@ public boolean onNavigationItemSelected(final MenuItem item) {
return false;
}
fragment = new AcquireTokenFragment();
} else if (menuItemId == R.id.nav_native) {
if (getCurrentFragment() instanceof NativeAuthFragment) {
return false;
}
fragment = new NativeAuthFragment();
} else if (menuItemId == R.id.nav_result) {
if (getCurrentFragment() instanceof ResultFragment) {
return false;
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit 386efee

Please sign in to comment.