Identityserver4: When does RemoveAllAsync(+1 overload) get invoked? (PersistedGrantStore)

Created on 3 Apr 2020  路  4Comments  路  Source: IdentityServer/IdentityServer4

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.

question wontfix

Most helpful comment

It's there if you wanted to build a UI to allow an end user to revoke.

All 4 comments

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.

Was this page helpful?
0 / 5 - 0 ratings