PetscErrorCode PetscGoogleDriveRefresh(MPI_Comm comm,const char refresh_token[],char access_token[],size_t tokensize)Not collective, only the first process in the MPI_Comm does anything Many br
comm | - MPI communicator Many br | |
refresh token | - obtained with PetscGoogleDriveAuthorize(), if NULL PETSc will first look for one in the options data Many brif not found it will call PetscGoogleDriveAuthorize() Many br | |
tokensize | - size of the output string access_token Many br |
Level:intermediate
Location:src/sys/webclient/google.c
Index of all Sys routines
Table of Contents for all manual pages
Index of all manual pages