handleSessionTokenChange

open override fun handleSessionTokenChange(sessionToken: String)

Update the stored session token for the user's account.

💾 This method alters the persisted account state.

Applications that function as a web browser may need to hold on to a session token on behalf of Firefox Accounts web content. This method exists so that said web content signals that it has generated a new session token, the stored value can be updated to match.

Arguments

- `session_token` - the new session token value provided from web content.