android-components / mozilla.components.service.fxa

Package mozilla.components.service.fxa

Types

AccessTokenInfo

data class AccessTokenInfo

The result of authentication with FxA via an OAuth flow.

FirefoxAccount

class FirefoxAccount : AutoCloseable, FirefoxAccountShaped

FirefoxAccount represents the authentication state of a client.

FirefoxAccountShaped

interface FirefoxAccountShaped

Facilitates testing consumers of FirefoxAccount.

OAuthScopedKey

data class OAuthScopedKey

Scoped key data.

Profile

data class Profile

Type Aliases

Config

typealias Config = Config

FxaException

typealias FxaException = FxaException

Wrapper class for the exceptions thrown in the Rust library.