Uses of Class
com.okta.authn.sdk.http.QueryParameter
-
Packages that use QueryParameter Package Description com.okta.authn.sdk.http -
-
Uses of QueryParameter in com.okta.authn.sdk.http
Methods in com.okta.authn.sdk.http that return QueryParameter Modifier and Type Method Description static QueryParameter
QueryParameter. query(String key, String value)
Methods in com.okta.authn.sdk.http that return types with arguments of type QueryParameter Modifier and Type Method Description List<QueryParameter>
RequestContext. getQueryParams()
Methods in com.okta.authn.sdk.http with parameters of type QueryParameter Modifier and Type Method Description RequestContext
RequestContext. addQuery(QueryParameter query)
-