Chartbreaker
    Preparing search index...

    Type Alias PromptBrokerizeRecoveryPhrase

    PromptBrokerizeRecoveryPhrase: (
        opts: { brokerizeEnv: BrokerizeEnvironment },
    ) => Promise<void>

    During login, brokerize-based broker implementations may detect that no current guest user token is usable.

    In that case, if available, promptBrokerizeRecoveryPhrase is called. The frontend may decide to prompt the user for a recovery phrase. In that case, it should resolve the promise after the recoveryPhrase login is completed using accountHelper.

    Type Declaration