File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,8 @@ type Request struct {
3030 // but will not override time-based claims such as nbf or exp.
3131 Claims map [string ]interface {}
3232
33- // Metadata holds non-claim information about the request, usually garnered from the original HTTP request (for remote claim requests).
33+ // Metadata holds non-claim information about the request, usually garnered from the original HTTP request. This
34+ // metadata is available to lower levels of infrastructure used by the Factory.
3435 Metadata map [string ]interface {}
3536
3637 // (Optional) PathWildCards is a map listing the values specified for each url path wildcard (for remote claim requests).
Original file line number Diff line number Diff line change @@ -201,7 +201,8 @@ type Options struct {
201201 // or statically from configuration. For special processing around the partner id, set the PartnerID field.
202202 Claims []Value
203203
204- // Metadata describes non-claim data, which can be statically configured or supplied via a request
204+ // Metadata holds non-claim information about the request, usually garnered from the original HTTP request. This
205+ // metadata is available to lower levels of infrastructure used by the Factory.
205206 Metadata []Value
206207
207208 // (Optional) PathWildCards are the URL's named path wildcards, which can be statically configured or supplied via a HTTP request
You can’t perform that action at this time.
0 commit comments