Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/python/289.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
将凭据从react本机客户端传递到服务器python_Python_React Native_Server_Gmail_Credentials - Fatal编程技术网

将凭据从react本机客户端传递到服务器python

将凭据从react本机客户端传递到服务器python,python,react-native,server,gmail,credentials,Python,React Native,Server,Gmail,Credentials,我没有找到将凭据从客户端传递到服务器的方法, 我的目标是: 1.to connect from the android app mobile to the user Gmail and get permission 2.get the refresh_token and used it in the server without the need to ask again for permission. 3.the server will get emails from the Gmail.

我没有找到将凭据从客户端传递到服务器的方法, 我的目标是:

1.to connect from the android app mobile to the user Gmail and get permission
2.get the refresh_token and used it in the server without the need to ask again for permission.
3.the server will get emails from the Gmail.

你知道一个好方法吗? 或者如何避免再次请求权限,我只想在客户端请求权限