Skip to content

Commit

Permalink
Update comment
Browse files Browse the repository at this point in the history
  • Loading branch information
lo-simon committed Dec 2, 2023
1 parent 925043c commit 01595f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Development/nmos/authorization_operation.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ namespace nmos

struct authorization_exception {};

// parse the given json to obtain access token
// parse the given json to obtain bearer token
// this function is based on the oauth2_config::_parse_token_from_json(const json::value& token_json) from cpprestsdk's oauth2.cpp
web::http::oauth2::experimental::oauth2_token parse_token_from_json(const web::json::value& token_json)
{
Expand Down

0 comments on commit 01595f2

Please sign in to comment.