Skip to content

Commit bbbfb46

Browse files
committed
chore: undo docs changes
1 parent a101fb8 commit bbbfb46

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

token/factory.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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).

token/options.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)