public class ClientAuthenticator extends Object
| Modifier and Type | Field and Description |
|---|---|
static double |
JAVA_VERSION |
| Constructor and Description |
|---|
ClientAuthenticator() |
| Modifier and Type | Method and Description |
|---|---|
static String |
getAccessToken(String scopeList,
String appName,
String callBackURL,
String tokenScope,
String appOwner,
String grantType,
String dcrEndpoint,
String username,
String password,
String tenantDomain,
String tokenEndpoint) |
static void |
makeDCRRequest(DCRParamRequest dcrParamRequest) |
public static String getAccessToken(String scopeList, String appName, String callBackURL, String tokenScope, String appOwner, String grantType, String dcrEndpoint, String username, String password, String tenantDomain, String tokenEndpoint)
public static void makeDCRRequest(DCRParamRequest dcrParamRequest)
Copyright © 2020 WSO2 Inc. All rights reserved.