update token reponse

This commit is contained in:
2022-01-12 23:36:49 +08:00
parent af862a8e96
commit af5e1f33c4

View File

@@ -52,7 +52,7 @@ impl DeviceAuthorizationResponse {
#[derive(Clone, Debug, Serialize, Deserialize)]
pub struct TokenResponse {
pub access_token: String,
pub refresh_token: String,
pub refresh_token: Option<String>,
pub scope: Option<String>,
pub token_type: String,
pub id_token: Option<String>,