Class ClientSecretParameter
- java.lang.Object
-
- com.aerisweather.aeris.communication.parameter.Parameter
-
- com.aerisweather.aeris.communication.parameter.ClientSecretParameter
-
public class ClientSecretParameter extends Parameter
The client secret given for the Aeris access.
-
-
Constructor Summary
Constructors Constructor Description ClientSecretParameter(String value)
Constructs the client secret parameter with the value.
-
-
-
Constructor Detail
-
ClientSecretParameter
public ClientSecretParameter(String value)
Constructs the client secret parameter with the value.- Parameters:
value
- value to use
-
-