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