InitOptions: Omit<Omit<AuthorizeOptions, "forceLogout">, "codeChallenge"> & PrivateParams & {
    locale?: string;
    mode?: Mode;
}

Type declaration

  • Optional locale?: string

    Force Moneytree to load content in this specific locale.

    A default value will be auto detected based on the user's language configuration and location if available. Check this spec for more information.

    Currently supported values are:'en', 'en-AU', 'ja'.

  • Optional mode?: Mode

    Environment for the SDK to connect to, the SDK will connect to the Moneytree production server by default.

    • Moneytree clients should use staging for development as develop may contain unstable features.
    • local is only for SDK development by Moneytree engineers.

Generated using TypeDoc