Authenticating

data class Authenticating(val oauthUrl: String, val initialState: FxaRustAuthState) : FxaState

User is currently performing an OAuth flow - our existing initial state when we transition to this state will influence what this means exactly.

Constructors

Link copied to clipboard
constructor(oauthUrl: String, initialState: FxaRustAuthState)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard