public class GoogleUsersUtils
extends java.lang.Object
| Modifier and Type | Method and Description |
|---|---|
static GoogleAuthentication |
getAuthResponse(java.lang.String code,
java.lang.String clientId,
java.lang.String clientSecret) |
static UserInfo |
getUserInfo(GoogleAuthentication authentication) |
static UserInfo |
getUserInfo(java.lang.String accessToken) |
public static GoogleAuthentication getAuthResponse(java.lang.String code, java.lang.String clientId, java.lang.String clientSecret) throws java.io.IOException
java.io.IOExceptionpublic static UserInfo getUserInfo(GoogleAuthentication authentication) throws java.io.IOException
java.io.IOExceptionpublic static UserInfo getUserInfo(java.lang.String accessToken) throws java.io.IOException
java.io.IOException