Package com.google.appengine.api.oauth
Provides a method for clients to access server resources on behalf of a resource owner, as well
as a process for end-users to authorize third-party access to their server resources without
sharing their credentials.
-
Interface Summary Interface Description IOAuthServiceFactory Creates an OAuthService.OAuthService The OAuthService provides methods useful for validating OAuth requests. -
Class Summary Class Description IOAuthServiceFactoryProvider Factory provider forIOAuthServiceFactory.OAuthServiceFactory Creates an OAuthService. -
Exception Summary Exception Description InvalidOAuthParametersException InvalidOAuthParametersExceptionis thrown when a request is a malformed OAuth request (for example, it omits a required parameter or contains an invalid signature).InvalidOAuthTokenException InvalidOAuthTokenExceptionis thrown when a request contains an invalid OAuth token (for example, a token that has been revoked by the user).OAuthRequestException OAuthRequestExceptionis thrown when a request is not a valid OAuth request.OAuthServiceFailureException OAuthServiceFailureExceptionis thrown when any unknown error occurs while communicating with the OAuth service.