When does IdentityServer4 invoke the methods with the following signature: RemoveAllAsync(string, string), as well as RemoveAllAsync(string, string, string)?
I'm aware that it calls RemoveAsync(string key) when someone revokes a given token, but what about the other ones?
Thank you.
It's there if you wanted to build a UI to allow an end user to revoke.
It's there if you wanted to build a UI to allow an end user to revoke.
Thanks! Every other method apart from those 2 is otherwise used by the underlying API (IdentityServer4), correct?
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs.
Questions are community supported only and the authors/maintainers may or may not have time to reply. If you or your company would like commercial support, please see here for more information.
This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Most helpful comment
It's there if you wanted to build a UI to allow an end user to revoke.