Type alias LocalAppConfiguration

LocalAppConfiguration: {
    name?: string;
    version?: string;
}

This describes the local app, sent to the server when a user authenticates.

Type declaration

  • Optional name?: string

    The name / ID of the local app. Note: This should be the name or a bundle ID of your app, not the Atlas App Services application.

  • Optional version?: string

    The version of the local app.

Generated using TypeDoc