Home
last modified time | relevance | path

Searched defs:token_json (Results 1 – 5 of 5) sorted by relevance

/dports/security/py-oauthlib/oauthlib-1.1.2/tests/oauth2/rfc6749/clients/
H A Dtest_backend_application.py29 token_json = ('{ "access_token":"2YotnFZFEjr1zCsicMWpAA",' variable in BackendApplicationClientTest
H A Dtest_legacy_application.py31 token_json = ('{ "access_token":"2YotnFZFEjr1zCsicMWpAA",' variable in LegacyApplicationClientTest
H A Dtest_service_application.py65 token_json = ('{ "access_token":"2YotnFZFEjr1zCsicMWpAA",' variable in ServiceApplicationClientTest
H A Dtest_web_application.py50 token_json = ('{ "access_token":"2YotnFZFEjr1zCsicMWpAA",' variable in WebApplicationClientTest
/dports/devel/cpprestsdk/cpprestsdk-2.10.16/Release/src/http/oauth/
H A Doauth2.cpp148 oauth2_token oauth2_config::_parse_token_from_json(const json::value& token_json) in _parse_token_from_json()