Closed kevinchalet closed 4 weeks ago
These new methods are modeled after the FindAsync() APIs and allow revoking authorizations/tokens attached to a specific subject/client applications more efficiently than using FindAsync() + TryRevokeAsync().
FindAsync()
TryRevokeAsync()
These new methods are modeled after the
FindAsync()
APIs and allow revoking authorizations/tokens attached to a specific subject/client applications more efficiently than usingFindAsync()
+TryRevokeAsync()
.