File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,12 @@ the claim data::
271
271
272
272
return claims
273
273
274
- Standard claim ``sub `` is included by default, for remove it override ``get_claim_list ``.
274
+ Standard claim ``sub `` is included by default, for remove it override ``get_claim_dict ``.
275
+
276
+ In some cases, it might be desirable to not list all claims in discovery info. To customize
277
+ which claims are advertised, you can override the ``get_discovery_claims `` method to return
278
+ a list of claim names to advertise. If your ``get_additional_claims `` uses the first form
279
+ and you still want to advertise claims, you can also override ``get_discovery_claims ``.
275
280
276
281
In order to help lcients discover claims early, they can be advertised in the discovery
277
282
info, under the ``claims_supported `` key. In order for the discovery info view to automatically
You can’t perform that action at this time.
0 commit comments