android-components / mozilla.components.service.fxa

Package mozilla.components.service.fxa

Types

Config

class Config : AutoCloseable

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

FirefoxAccount

class FirefoxAccount : AutoCloseable

FirefoxAccount represents the authentication state of a client.

OAuthInfo

data class OAuthInfo

The result of authentication with FxA via an OAuth flow.

OAuthScopedKey

data class OAuthScopedKey

Scoped key data.

Profile

data class Profile

Type Aliases

FxaException

typealias FxaException = FxaException

Wrapper class for the exceptions thrown in the Rust library.