Package net.openid.appauth.browser
Interface BrowserMatcher
-
- All Known Implementing Classes:
AnyBrowserMatcher,BrowserAllowList,BrowserDenyList,ExactBrowserMatcher,VersionedBrowserMatcher
public interface BrowserMatcher
Determines whether aBrowserDescriptormatches some set of criteria.Implementations of this type can be used to control the set of browsers used by AppAuth for authorization.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(BrowserDescriptor descriptor)
-
-
-
Method Detail
-
matches
boolean matches(@NonNull BrowserDescriptor descriptor)
- Returns:
- true if the browser matches some set of criteria.
-
-