| Modifier | Constructor and Description |
|---|---|
protected |
RpSocketClient(String host,
int port) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
String |
getAuthorizationUrl() |
String |
getOxdId() |
RegisterSiteResponse |
getRegistrationDetails() |
static RpSocketClient |
newSocketClient(String host,
int port) |
RpClient |
register(RegisterSiteParams params) |
RpClient |
register(String authorizationUrl) |
CheckIdTokenResponse |
validateIdToken(String idToken) |
protected RpSocketClient(String host, int port)
public static RpSocketClient newSocketClient(String host, int port)
public RpClient register(RegisterSiteParams params)
public RegisterSiteResponse getRegistrationDetails()
getRegistrationDetails in interface RpClientpublic String getAuthorizationUrl()
getAuthorizationUrl in interface RpClientpublic CheckIdTokenResponse validateIdToken(String idToken)
validateIdToken in interface RpClientCopyright © 2018. All rights reserved.