| Package | Description |
|---|---|
| org.apache.shindig.social.core.oauth2 |
Implementation of OAuth 2.0.
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2Types.CodeType |
OAuth2Code.getType()
Returns the type of this code.
|
static OAuth2Types.CodeType |
OAuth2Types.CodeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2Types.CodeType[] |
OAuth2Types.CodeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth2Code.setType(OAuth2Types.CodeType type)
Sets the type of this code; one of
AUTHORIZATION_CODE,
ACCESS_TOKEN,
REFRESH_TOKEN
|
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.