public interface BrowserMatcher
Determines whether a BrowserDescriptor matches some set of criteria.
Implementations of this type can be used to control the set of browsers used by AppAuth
for authorization.
| Modifier and Type | Method and Description |
|---|---|
boolean |
matches(BrowserDescriptor descriptor) |
boolean matches(@NonNull
BrowserDescriptor descriptor)