Skip to content

Commit

Permalink
confg flag renamed
Browse files Browse the repository at this point in the history
  • Loading branch information
kpacha committed Sep 5, 2024
1 parent 945260d commit 35606eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion jws.go
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ type SignatureConfig struct {
KeyIdentifyStrategy string `json:"key_identify_strategy"`
OperationDebug bool `json:"operation_debug,omitempty"`
Leeway string `json:"leeway"`
UnknownKeysTTL string `json:"unknown_keys_throttle_ttl"`
UnknownKeysTTL string `json:"failed_jwk_key_cooldown"`
}

type SignerConfig struct {
Expand Down

0 comments on commit 35606eb

Please sign in to comment.