File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,8 +40,6 @@ pub struct Settings {
4040 /// A secondary JWK to be used to verify OAuth tokens. This is intended to be used to enable
4141 /// seamless key rotations on FxA.
4242 pub fxa_oauth_secondary_jwk : Option < Jwk > ,
43- /// Sync's client id assigned by FxA. Used to validate OAuth access tokens.
44- pub fxa_client_id : Option < String > ,
4543 /// The rate at which capacity should be released from nodes that are at capacity.
4644 pub node_capacity_release_rate : Option < f32 > ,
4745 /// The type of the storage nodes used by this instance of Tokenserver.
@@ -97,7 +95,6 @@ impl Default for Settings {
9795 fxa_oauth_request_timeout : 10 ,
9896 fxa_oauth_primary_jwk : None ,
9997 fxa_oauth_secondary_jwk : None ,
100- fxa_client_id : None ,
10198 node_capacity_release_rate : None ,
10299 node_type : NodeType :: Spanner ,
103100 statsd_label : "syncstorage.tokenserver" . to_owned ( ) ,
You can’t perform that action at this time.
0 commit comments