public class OAuthRequest extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
OAuthRequest.Builder |
| Modifier and Type | Method and Description |
|---|---|
static OAuthRequest.Builder |
builder() |
static UUID |
generateUuid() |
URL |
getAuthUrl() |
URL |
getCallbackUrl() |
String |
getSecret()
This is the secret part of the Oauth token pair.
|
String |
getToken() |
com.metabroadcast.common.social.model.UserRef.UserNamespace |
getUserNamespace() |
UUID |
getUuid() |
String |
toString() |
public UUID getUuid()
public URL getAuthUrl()
public URL getCallbackUrl()
public com.metabroadcast.common.social.model.UserRef.UserNamespace getUserNamespace()
public String getToken()
public String getSecret()
public static OAuthRequest.Builder builder()
public static UUID generateUuid()
Copyright © 2014. All rights reserved.