Auth Options
class AuthOptions
Content copied to clipboard
Represents a set of options for authentication, which can be passed to some methods such as Webcom.authWithOAuth.
Types
Functions
set Custom Parameter
Link copied to clipboard
Adds (or removes) a custom parameter to this AuthOptions instance with a custom value.
set MCC
Link copied to clipboard
Adds the "mcc" option (Mobile Country Code) to this AuthOptions 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 AuthOptions instance with a custom value. This option is relevant for wassup-based implicit authentication.
set Scope
Link copied to clipboard
Adds an OAuth2 "scope" option to this AuthOptions instance.
With Custom Parameter
Link copied to clipboard
With MCC
Link copied to clipboard
With Scope
Link copied to clipboard
Properties
customTabsBuilder
Link copied to clipboard
forcesWebView
Link copied to clipboard
userAgent
Link copied to clipboard