Uses of Package
net.openid.appauth.browser
-
Packages that use net.openid.appauth.browser Package Description net.openid.appauth AppAuth for Android.net.openid.appauth.browser Defines an abstraction of browsers and mechanisms by which an app can control which browser will be used by AppAuth for authorization. -
Classes in net.openid.appauth.browser used by net.openid.appauth Class Description BrowserDescriptor Represents a browser that may be used for an authorization flow.BrowserMatcher Determines whether aBrowserDescriptormatches some set of criteria.CustomTabManager Hides the details of establishing connections and sessions with custom tabs, to make testing easier. -
Classes in net.openid.appauth.browser used by net.openid.appauth.browser Class Description AnyBrowserMatcher Matches any browser.BrowserDescriptor Represents a browser that may be used for an authorization flow.BrowserMatcher Determines whether aBrowserDescriptormatches some set of criteria.DelimitedVersion Represents a delimited version number for an application.VersionedBrowserMatcher Matches a browser based on its package name, set of signatures, version and whether it is being used as a custom tab.VersionRange A browser filter which matches when a browser falls into a version range.