org.apache.shindig.social.core.oauth2
Class OAuth2Types

java.lang.Object
  extended by org.apache.shindig.social.core.oauth2.OAuth2Types

public class OAuth2Types
extends java.lang.Object

A collection of OAuth 2.0's enumerated types.


Nested Class Summary
static class OAuth2Types.CodeType
          Enumerated token types in the OAuth 2.0 specification.
static class OAuth2Types.ErrorType
          Enumerated error types in the OAuth 2.0 specification.
static class OAuth2Types.GrantType
          Enumerated grant types in the OAuth 2.0 specification.
static class OAuth2Types.ResponseType
          Enumerated response types in the OAuth 2.0 specification.
static class OAuth2Types.TokenFormat
          Enumerated token types in the OAuth 2.0 specification.
 
Constructor Summary
OAuth2Types()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OAuth2Types

public OAuth2Types()


Copyright © 2007-2012 The Apache Software Foundation. All Rights Reserved.