Fxa Rust Auth State
High-level view of the authorization state
This is named FxaRustAuthState because it doesn't track all the states we want yet and needs help from the wrapper code. The wrapper code defines the actual FxaAuthState type based on this, adding the extra data.
In the long-term, we should track that data in Rust, remove the wrapper, and rename this to FxaAuthState.
Functions
Link copied to clipboard
Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)
Link copied to clipboard
Returns an array containing the constants of this enum type, in the order they're declared.