From 74e6b2c335174f1a07965286cc6fe097df2308eb Mon Sep 17 00:00:00 2001 From: Jacob Date: Tue, 3 Sep 2024 11:01:48 +0100 Subject: [PATCH] Remove unnecessary pubs --- src/credential_offer.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/credential_offer.rs b/src/credential_offer.rs index 753a298..48ace2e 100644 --- a/src/credential_offer.rs +++ b/src/credential_offer.rs @@ -61,9 +61,9 @@ where #[skip_serializing_none] #[derive(Clone, Debug, Deserialize, Serialize)] pub struct CredentialOfferGrants { - pub authorization_code: Option, + authorization_code: Option, #[serde(rename = "urn:ietf:params:oauth:grant-type:pre-authorized_code")] - pub pre_authorized_code: Option, + pre_authorized_code: Option, } impl CredentialOfferGrants { pub fn new(