![JAR search and dependency download from the Maven repository](/logo.png)
org.springframework.social.google.api.oauth2.OAuth2Operations Maven / Gradle / Ivy
The newest version!
package org.springframework.social.google.api.oauth2;
import org.springframework.social.google.api.plus.Person;
/**
* 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
*
* @author Charles Maheu
*/
public interface OAuth2Operations {
/**
* Retrieves the authenticated user's Google user.
*
* @return the retrieved {@link Person}
*/
UserInfo getUserinfo();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy