android-components / mozilla.components.service.fxa / Config

Config

class Config : AutoCloseable (source)

Config represents the server endpoint configurations needed for the authentication flow.

Functions

close

fun close(): Unit

Companion Object Functions

custom

fun custom(content_base: String): Deferred<Config>

Set up endpoints used by a custom host for authentication

release

fun release(): Deferred<Config>

Set up endpoints used in the production Firefox Accounts instance.