Skip to content

Commit c530cd4

Browse files
authored
chore: rm the fxa_client_id settings that's no longer used (#2400)
1 parent 1a703e2 commit c530cd4

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • tokenserver-settings/src

tokenserver-settings/src/lib.rs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff 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(),

0 commit comments

Comments
 (0)