Interface OAuth2Operations
-
- All Known Implementing Classes:
OAuth2Template
public interface OAuth2OperationsDefines operations for Google Accounts Authentication and Authorization. Requires OAuth scope(s) from the following:- openid
- profile
- Author:
- Charles Maheu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserInfogetUserinfo()Retrieves the authenticated user's Google user.
-