public class ConnectionParams
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
ConnectionParams.AuthMethod |
static class |
ConnectionParams.Builder |
Modifier and Type | Method and Description |
---|---|
ConnectionParams.AuthMethod |
getAuthMethod() |
java.lang.String |
getClientId() |
JsonMapper |
getJsonMapper() |
java.lang.String |
getRedirectUri() |
java.util.List<java.lang.String> |
getRequiredFeatures() |
boolean |
shouldShowAuthView() |
public java.lang.String getClientId()
public java.lang.String getRedirectUri()
public ConnectionParams.AuthMethod getAuthMethod()
public boolean shouldShowAuthView()
public java.util.List<java.lang.String> getRequiredFeatures()
public JsonMapper getJsonMapper()