mirror of
https://github.com/ProtonMail/proton-bridge.git
synced 2025-12-21 09:36:51 +00:00
We build too many walls and not enough bridges
This commit is contained in:
10
pkg/pmapi/testdata/routes/auth/refresh/post_resp_has_uid.json
vendored
Normal file
10
pkg/pmapi/testdata/routes/auth/refresh/post_resp_has_uid.json
vendored
Normal file
@ -0,0 +1,10 @@
|
||||
{
|
||||
"Code": 1000,
|
||||
"AccessToken": "de0423049b44243afeec7d9c1d99be7b46da1e8a",
|
||||
"ExpiresIn": 360000,
|
||||
"TokenType": "Bearer",
|
||||
"Uid": "differentUID",
|
||||
"UID": "differentUID",
|
||||
"Scope": "full mail payments reset keys",
|
||||
"RefreshToken": "b894b4c4f20003f12d486900d8b88c7d68e67235"
|
||||
}
|
||||
8
pkg/pmapi/testdata/routes/auth/refresh/post_response.json
vendored
Normal file
8
pkg/pmapi/testdata/routes/auth/refresh/post_response.json
vendored
Normal file
@ -0,0 +1,8 @@
|
||||
{
|
||||
"Code": 1000,
|
||||
"AccessToken": "de0423049b44243afeec7d9c1d99be7b46da1e8a",
|
||||
"ExpiresIn": 360000,
|
||||
"TokenType": "Bearer",
|
||||
"Scope": "full mail payments reset keys",
|
||||
"RefreshToken": "b894b4c4f20003f12d486900d8b88c7d68e67235"
|
||||
}
|
||||
Reference in New Issue
Block a user