When App is already Logged in with Portal Authentication and user uninstalls the app, then install fresh app it automatically land on home page without asking for Creds.
tried to remove information even when app launch but nothing worked .
but If I manually sign-out it do the logout :
await ArcGISEnvironment.authenticationManager.revokeOAuthTokens()
await ArcGISEnvironment.authenticationManager.clearCredentialStores()
nothing is working but why.