FxaConfig

data class FxaConfig(var server: FxaServer, var clientId: String, var redirectUri: String, var tokenServerUrlOverride: String? = null)

Constructors

Link copied to clipboard
constructor(server: FxaServer, clientId: String, redirectUri: String, tokenServerUrlOverride: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Registered OAuth client id of the application.

Link copied to clipboard

redirect_uri - the registered OAuth redirect URI of the application.

Link copied to clipboard

FxaServer to connect with

Link copied to clipboard

URL for the user's Sync Tokenserver. This can be used to support users who self-host their sync data. If None then it will default to the Mozilla-hosted Sync server.