JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
org.springframework.social.google.api.oauth2
Interface OAuth2Operations
All Known Implementing Classes:
OAuth2Template
public interface
OAuth2Operations
Defines operations for Google Accounts Authentication and Authorization. Requires OAuth scope(s) from the following:
openid
profile
email
See
https://developers.google.com/accounts/docs/OpenIDConnect
for details about the different scopes
Method Summary
All Methods
Instance Methods
Abstract Methods
Modifier and Type
Method and Description
UserInfo
getUserinfo
()
Retrieves the authenticated user's Google user.
Method Detail
getUserinfo
UserInfo
getUserinfo()
Retrieves the authenticated user's Google user.
Returns:
the retrieved
Person
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method