const baseUrl = 'https://accounts.google.com/o/oauth2/v2/auth' let query = { client_id: clientKey, response_type: 'token', scope: 'openid ...
確定! 回上一頁