update token reponse
This commit is contained in:
@@ -52,7 +52,7 @@ impl DeviceAuthorizationResponse {
|
|||||||
#[derive(Clone, Debug, Serialize, Deserialize)]
|
#[derive(Clone, Debug, Serialize, Deserialize)]
|
||||||
pub struct TokenResponse {
|
pub struct TokenResponse {
|
||||||
pub access_token: String,
|
pub access_token: String,
|
||||||
pub refresh_token: String,
|
pub refresh_token: Option<String>,
|
||||||
pub scope: Option<String>,
|
pub scope: Option<String>,
|
||||||
pub token_type: String,
|
pub token_type: String,
|
||||||
pub id_token: Option<String>,
|
pub id_token: Option<String>,
|
||||||
|
|||||||
Reference in New Issue
Block a user