Searched refs:fetch_token (Results 1 – 2 of 2) sorted by relevance
/external/python/google-api-python-client/docs/ |
D | oauth.md | 82 #### fetch_token() 84 …fetch_token()](https://google-auth-oauthlib.readthedocs.io/en/latest/reference/google_auth_oauthli… 90 flow.fetch_token(code=code)
|
/external/tcpdump/ |
D | util-print.c | 672 fetch_token(netdissect_options *ndo, const u_char *pptr, u_int idx, u_int len, in fetch_token() function 832 idx = fetch_token(ndo, pptr, 0, len, token, sizeof(token)); in txtproto_print() 853 idx = fetch_token(ndo, pptr, idx, len, token, in txtproto_print()
|