class Config : RustObject<RawConfig>
(source)
Config represents the server endpoint configurations needed for the authentication flow.
Config(rawPointer: RawConfig?)
Config represents the server endpoint configurations needed for the authentication flow. |
var rawPointer: RawConfig? |
val isConsumed: Boolean |
fun destroy(p: RawConfig): Unit |
open fun close(): Unit |
|
fun consumePointer(): T |
|
fun validPointer(): T |
fun custom(content_base: String): FxaResult<Config>
Set up endpoints used by a custom host for authentication |
|
fun release(): FxaResult<Config>
Set up endpoints used in the production Firefox Accounts instance. |