signOut

suspend fun AuthenticationManager.signOut()

Deprecated

since 200.8.0. Use AuthenticatorState.signOut() instead as it provides support for IAP sign out.

Replace with

AuthenticatorState.signOut()

Revokes OAuth tokens and removes all credentials from the AuthenticationManager.arcGISCredentialStore and AuthenticationManager.networkCredentialStore.

Since

200.2.0