Methods in org.restlet.ext.oauth that return OAuthUser |
static OAuthUser |
OAuthUser.createJson(Representation body)
Converts successful JSON token body responses to OAuthUser. |
static OAuthUser |
OAuthUser.createJson(User toCopy,
Representation body)
Converts successful JSON token body responses to OAuthUser. |
OAuthUser |
Flow.execute(OAuthParameters params,
String callbackUri,
String state,
String username,
String password,
String refreshToken)
Executes a specific OAuth Flow (including token refresh). |
OAuthUser |
Flow.execute(OAuthParameters params,
String callbackUri,
String state,
String username,
String password,
String refreshToken,
Client client)
Executes a specific OAuth Flow (including token refresh). |