class Config : AutoCloseable
(source)
Config represents the server endpoint configurations needed for the authentication flow.
fun close(): Unit |
fun custom(content_base: String): Deferred<Config>
Set up endpoints used by a custom host for authentication |
|
fun release(): Deferred<Config>
Set up endpoints used in the production Firefox Accounts instance. |