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