Options
Represents some options to pass to a third-party OAuth2 provider.
Constructors
Basic constructor for standard options.
Types
Represents the browser (or User-Agent implementation) used to display the OAuth2 provider authorize endpoint on the device.
Functions
Adds (or removes) a custom parameter to this Options instance with a custom value.
Adds the "mcc" option (Mobile Country Code) to this Options instance with a value automatically guessed from the activated SIM card on the device. This option is relevant for wassup-based implicit authentication.
Adds the "mcc" option (Mobile Country Code) to this Options instance with a custom value. This option is relevant for wassup-based implicit authentication.
Adds an OAuth2 "scope" option to this Options instance.
Customizes the CustomTabsIntent.Builder used to display the OAuth2 provider authorize endpoint, when the userAgent is set to UserAgent.CustomTab (the default value). Typically, it makes it possible to update action buttons or background colors of the browser.