JavaScript is disabled on your browser.
Overview
Package
Class
Tree
Deprecated
Index
Help
spring-social-google
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.springframework.social.google.api.userinfo
Interface UserInfoOperations
All Known Implementing Classes:
UserInfoTemplate
public interface
UserInfoOperations
Defines a single operation for retrieving the authenticated user's details. Requires OAuth2 scopes https://www.googleapis.com/auth/userinfo.profile https://www.googleapis.com/auth/userinfo#email
Author:
Gabriel Axel
Method Summary
Methods
Modifier and Type
Method and Description
GoogleUserInfo
getUserInfo
()
Retrieves authenticated user details.
Method Detail
getUserInfo
GoogleUserInfo
getUserInfo()
Retrieves authenticated user details.
Returns:
GoogleUserInfo
for the authenticated user
Overview
Package
Class
Tree
Deprecated
Index
Help
spring-social-google
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method