Package com.okta.authn.sdk.http
Interface RequestParameter<K,V>
-
- All Known Implementing Classes:
Header
,QueryParameter
public interface RequestParameter<K,V>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description K
getKey()
V
getValue()
-