Options

class Options

Represents some options to pass to a third-party OAuth2 provider.

Constructors

Options
Link copied to clipboard
fun Options(scope: String? = null, forcesWebView: Boolean = false)
Basic constructor for standard options.
Options
Link copied to clipboard
fun Options(scope: String? = null, forcesWebView: Boolean = false, customOption: Pair<String, Any>, vararg otherOptions: Pair<String, Any>)
Advanced constructor for provider-specific options.