mirror of
https://repository.entgra.net/community/device-mgt-plugins.git
synced 2025-09-16 23:42:15 +00:00
moved the traffic through the gateway
This commit is contained in:
parent
2cdfe6eae1
commit
6afdf17a8b
@ -437,7 +437,7 @@ public class AgentUtilOperations {
|
|||||||
}
|
}
|
||||||
|
|
||||||
private class APIManagerTokenUtils {
|
private class APIManagerTokenUtils {
|
||||||
public static final String TOKEN_ENDPOINT = "/oauth2/token";
|
public static final String TOKEN_ENDPOINT = "/token";
|
||||||
public static final String GRANT_TYPE = "grant_type";
|
public static final String GRANT_TYPE = "grant_type";
|
||||||
public static final String ACCESS_TOKEN = "access_token";
|
public static final String ACCESS_TOKEN = "access_token";
|
||||||
public static final String REFRESH_TOKEN = "refresh_token";
|
public static final String REFRESH_TOKEN = "refresh_token";
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user