public class FXCredentials extends Object
Constructor and Description |
---|
FXCredentials(String apikey,
String apisecret) |
Modifier and Type | Method and Description |
---|---|
String |
getApiKey() |
String |
getApiSecret() |
FXCredentials |
withApikey(String apikey) |
FXCredentials |
withApisecret(String apisecret) |
public String getApiKey()
public FXCredentials withApikey(String apikey)
public String getApiSecret()
public FXCredentials withApisecret(String apisecret)