| Package | Description |
|---|---|
| org.apache.shindig.social.core.oauth2 |
Implementation of OAuth 2.0.
|
| Modifier and Type | Method and Description |
|---|---|
OAuth2Client.Flow |
OAuth2Client.getFlow()
Gets the client's OAuth2 flow
|
static OAuth2Client.Flow |
OAuth2Client.Flow.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2Client.Flow[] |
OAuth2Client.Flow.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
OAuth2Client.setFlowEnum(OAuth2Client.Flow flow)
Sets the client's OAuth2 flow
|
Copyright © 2007-2014 The Apache Software Foundation. All Rights Reserved.