Name Description Size
Config.kt 670
FxaClient.kt FxaClient represents the authentication state of a client. This is a thin wrapper around the `FirefoxAccount` object exposed from Rust. Its main job is to transparently manage persistence of the account state by calling the provided callback at appropriate times. In future it would be nice to push this logic down into the Rust code, once UniFFI's support for callback interfaces is a little more battle-tested. 20432