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 QueryParameterQueryParameter. 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 RequestContextRequestContext. addQuery(QueryParameter query)
-