CompleteOAuthFlow

data class CompleteOAuthFlow(val code: String, val state: String) : FxaEvent

Complete an OAuth flow.

Send this event after the user has navigated through the OAuth flow and has reached the redirect URI. Extract code and state from the query parameters or web channel. If successful the state machine will transition to FxaState::Connected.

This event is valid for the Authenticating state.

Constructors

Link copied to clipboard
constructor(code: String, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard