1 parent fc9669e commit ff4897eCopy full SHA for ff4897e
1 file changed
xbox/webapi/authentication/xal.py
@@ -250,7 +250,7 @@ async def do_sisu_authorization(
250
"SiteName": "user.auth.xboxlive.com",
251
"SessionId": sisu_session_id,
252
"ProofKey": self.session.request_signer.proof_field,
253
- "refresh_sisu": refresh_sisu
+ "refresh_sisu": Optional[str] = None
254
}
255
256
resp = await self.session.send_signed(
0 commit comments