unused fields
This commit is contained in:
parent
43f358df91
commit
74859ebe6f
|
@ -24,10 +24,8 @@ impl AuthInfo {
|
||||||
|
|
||||||
#[derive(Serialize, Deserialize, Clone, Debug)]
|
#[derive(Serialize, Deserialize, Clone, Debug)]
|
||||||
pub struct SuccessfulAuth {
|
pub struct SuccessfulAuth {
|
||||||
pub locale: String,
|
|
||||||
pub code: String,
|
pub code: String,
|
||||||
pub state: String,
|
pub state: String,
|
||||||
pub issuer: String,
|
|
||||||
}
|
}
|
||||||
|
|
||||||
#[derive(Error, Debug)]
|
#[derive(Error, Debug)]
|
||||||
|
|
Loading…
Reference in a new issue