signOut

abstract suspend fun signOut(): Result<Unit>

Revokes authentication state by:

  • revoking OAuth tokens

  • invalidating IAP credentials (which will launch a custom tab for the user to invalidate the IAP session)

  • removing all credentials from the AuthenticationManager.arcGISCredentialStore

  • removing all credentials from the AuthenticationManager.networkCredentialStore

Since

200.8.0