Package | Description |
---|---|
org.opencode4workspace | |
org.opencode4workspace.authentication | |
org.opencode4workspace.endpoints |
Modifier and Type | Method and Description |
---|---|
static WWClient |
WWClient.buildClientUserAccessFromToken(String appId,
String appSecret,
PeopleToken token)
Creates and returns a WWClient for a specific user.
|
Modifier and Type | Method and Description |
---|---|
PeopleToken |
AuthenticationEndpoint.authorizeUserGetToken(String basicAuthApp,
String userToken,
String redirectTo)
Creates POST request for authorizing user and returns result, if successful, or generates error, if not
|
PeopleToken |
AuthenticationEndpoint.authorizeUserRefreshTokenGetToken(String basicAuthApp,
String refreshToken,
String scope) |
Modifier and Type | Method and Description |
---|---|
PeopleToken |
WWAuthenticationEndpoint.authorizeUserGetToken(String basicAuthApp,
String userToken,
String url) |
PeopleToken |
WWAuthenticationEndpoint.authorizeUserRefreshTokenGetToken(String basicAuthApp,
String refreshToken,
String scope) |
Copyright © 2018 OpenNTF. All rights reserved.