android-components / mozilla.components.feature.sync / FxaAuthInfo

FxaAuthInfo

data class FxaAuthInfo (source)

A Firefox Sync friendly auth object which can be obtained from FirefoxAccount.

Constructors

<init>

FxaAuthInfo(kid: String, fxaAccessToken: String, syncKey: String, tokenServerUrl: String)

A Firefox Sync friendly auth object which can be obtained from FirefoxAccount.

Properties

fxaAccessToken

val fxaAccessToken: String

kid

val kid: String

syncKey

val syncKey: String

tokenServerUrl

val tokenServerUrl: String