Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Paweł Wegner
libcloudstorage
Commits
bdd1a53b
Commit
bdd1a53b
authored
Jul 12, 2016
by
Paweł Wegner
Browse files
Box refresh token fix.
parent
910b9fca
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/CloudProvider/Box.cpp
View file @
bdd1a53b
...
...
@@ -215,7 +215,7 @@ IAuth::Token::Pointer Box::Auth::refreshTokenResponse(
Json
::
Value
response
;
stream
>>
response
;
return
make_unique
<
Token
>
(
Token
{
response
[
"access_token"
].
asString
(),
access_token
()
->
refresh_token_
,
-
1
});
response
[
"refresh_token"
].
asString
()
,
-
1
});
}
}
// namespace cloudstorage
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment