Searched defs:isOAuth2FragmentErrorType (Results 1 - 2 of 2) sorted by relevance

/forgerock/openam-v13/openam-oauth2-common/oauth2-core/src/main/java/org/forgerock/oauth2/core/
H A DUtils.java158 public static boolean isOAuth2FragmentErrorType(Set<String> requestedResponseTypes) { method in class:Utils
198 || isOAuth2FragmentErrorType(responseTypes) ? FRAGMENT : QUERY;
/forgerock/openam/openam-oauth2/src/main/java/org/forgerock/oauth2/core/
H A DUtils.java158 public static boolean isOAuth2FragmentErrorType(Set<String> requestedResponseTypes) { method in class:Utils
198 || isOAuth2FragmentErrorType(responseTypes) ? FRAGMENT : QUERY;

Completed in 45 milliseconds