Interface SeededAccountInitializerArgs

interface SeededAccountInitializerArgs {
    accountStore: AccountStore;
    configFilePath?: string;
    passwordStore: PasswordStore;
    podCreator: PodCreator;
}

Properties

accountStore: AccountStore

Creates the accounts.

configFilePath?: string

File path of the JSON describing the accounts to seed.

passwordStore: PasswordStore

Adds the login methods.

podCreator: PodCreator

Creates the pods.