We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
scope
scopes
1 parent 79cde32 commit 3b63a6cCopy full SHA for 3b63a6c
sdk/identity/src/refresh_token.rs
@@ -68,7 +68,7 @@ pub async fn exchange(
68
#[derive(Debug, Clone, Deserialize)]
69
pub struct RefreshTokenResponse {
70
token_type: String,
71
- #[serde(deserialize_with = "deserialize::split")]
+ #[serde(rename = "scope", deserialize_with = "deserialize::split")]
72
scopes: Vec<String>,
73
expires_in: u64,
74
ext_expires_in: u64,
0 commit comments