Force user to enter in credentials every time with OidcClient for Android and iOS

With the old auth0 sdk for iOS and Android, you could clear out the user saved credentials with client.Logout();
How do you clear user saved credentials with the OidcClient.Android and OidcClient.iOS apis?
Thank you for the help!