Skip to content

Commit 6481f94

Browse files
Fix reference
Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent 8adbbb1 commit 6481f94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/auth0_server_python/auth_server/server_client.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1206,7 +1206,7 @@ async def get_token_by_refresh_token(self, options: dict[str, Any]) -> dict[str,
12061206
)
12071207

12081208
if merged_scope:
1209-
token_params["scope"] = self.merged_scope
1209+
token_params["scope"] = merged_scope
12101210

12111211
# Exchange the refresh token for an access token
12121212
async with httpx.AsyncClient() as client:

0 commit comments

Comments
 (0)