OAuth2.0 三方登录(Google登录)OAuth2.0有4种授权模式:角色解释:流程解释:客户端请求服务端获取三方登录地址,服务端返回地址: https://accounts.google.com/o/oauth2/v2/auth/oauthchooseaccount?scope=openid email profile&include_granted_scopes=true&response_type=code&state=服务端生成唯一code&redirect_uri=https://xxx/google-callback.json&c