How to perform a silent logout?

Hello,

If I’ve authenticated a user with the Resource Owner Password grant (Authentication API Explorer), how can I also “silently” log them out? I.e. With no redirect occurring, just an API call to Auth0.

Thanks!

Hi @jamesmehorter,

You should just need to clear out the tokens. There shouldn’t be session that requires an API call. Are you having issues with logging out?

Let me know,
Dan