Uses of Class
net.openid.appauth.browser.BrowserDescriptor
-
Packages that use BrowserDescriptor 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. -
-
Uses of BrowserDescriptor in net.openid.appauth
Methods in net.openid.appauth that return BrowserDescriptor Modifier and Type Method Description BrowserDescriptorAuthorizationService. getBrowserDescriptor()Returns the BrowserDescriptor of the chosen browser. -
Uses of BrowserDescriptor in net.openid.appauth.browser
Methods in net.openid.appauth.browser that return BrowserDescriptor Modifier and Type Method Description BrowserDescriptorBrowserDescriptor. changeUseCustomTab(boolean newUseCustomTabValue)Creates a copy of this browser descriptor, changing the intention to use it as a custom tab to the specified value.static BrowserDescriptorBrowsers.Chrome. customTab(String version)Creates a browser descriptor for the specified version of Chrome, when used as a custom tab.static BrowserDescriptorBrowsers.Firefox. customTab(String version)Creates a browser descriptor for the specified version of Firefox, when used as a custom tab.static BrowserDescriptorBrowsers.SBrowser. customTab(String version)Creates a browser descriptor for the specified version of SBrowser, when used as a custom tab.static BrowserDescriptorBrowserSelector. select(Context context, BrowserMatcher browserMatcher)Searches through all browsers for the best match based on the supplied browser matcher.static BrowserDescriptorBrowsers.Chrome. standaloneBrowser(String version)Creates a browser descriptor for the specified version of Chrome, when used as a standalone browser.static BrowserDescriptorBrowsers.Firefox. standaloneBrowser(String version)Creates a browser descriptor for the specified version of Firefox, when used as a standalone browser.static BrowserDescriptorBrowsers.SBrowser. standaloneBrowser(String version)Creates a browser descriptor for the specified version of SBrowser, when used as a standalone browser.Methods in net.openid.appauth.browser that return types with arguments of type BrowserDescriptor Modifier and Type Method Description static List<BrowserDescriptor>BrowserSelector. getAllBrowsers(Context context)Retrieves the full list of browsers installed on the device.Methods in net.openid.appauth.browser with parameters of type BrowserDescriptor Modifier and Type Method Description booleanAnyBrowserMatcher. matches(BrowserDescriptor descriptor)booleanBrowserAllowList. matches(BrowserDescriptor descriptor)booleanBrowserDenyList. matches(BrowserDescriptor descriptor)booleanBrowserMatcher. matches(BrowserDescriptor descriptor)booleanExactBrowserMatcher. matches(BrowserDescriptor descriptor)booleanVersionedBrowserMatcher. matches(BrowserDescriptor descriptor)Constructors in net.openid.appauth.browser with parameters of type BrowserDescriptor Constructor Description ExactBrowserMatcher(BrowserDescriptor browser)Creates a browser matcher that will only match the specified browser.
-