Searched refs:new_refresh_token (Results 1 – 2 of 2) sorted by relevance
| /petsc/src/sys/webclient/tutorials/ |
| H A D | boxupload.c | 12 char access_token[512], new_refresh_token[512]; in main() local 16 …PetscCall(PetscBoxRefresh(PETSC_COMM_WORLD, NULL, access_token, new_refresh_token, sizeof(access_t… in main()
|
| /petsc/src/sys/webclient/ |
| H A D | box.c | 173 …PI_Comm comm, const char refresh_token[], char access_token[], char new_refresh_token[], size_t to… in PetscBoxRefresh() argument 192 PetscCall(PetscBoxAuthorize(comm, access_token, new_refresh_token, 512 * sizeof(char))); in PetscBoxRefresh() 217 PetscCall(PetscPullJSONValue(buff, "refresh_token", new_refresh_token, tokensize, &found)); in PetscBoxRefresh() 221 …etscCall(PetscPrintf(comm, "programs with the option -box_refresh_token %s\n", new_refresh_token)); in PetscBoxRefresh()
|