Options
All
  • Public
  • Public/Protected
  • All
Menu

StitchAppClientConfiguration

Properties representing the configuration of a client that communicate with a particular MongoDB Stitch application.

Hierarchy

  • StitchClientConfiguration
    • StitchAppClientConfiguration

Index

Constructors

constructor

  • new StitchAppClientConfiguration(config: StitchClientConfiguration, localAppName: string, localAppVersion: string): StitchAppClientConfiguration

Properties

baseUrl

baseUrl: string

The base URL of the Stitch server that the client will communicate with.

dataDirectory

dataDirectory: string

The local directory in which Stitch can store any data (e.g. embedded MongoDB data directory).

localAppName

localAppName: string

The name of the local application.

localAppVersion

localAppVersion: string

The current version of the local application.

storage

storage: Storage

The underlying storage for persisting authentication and app state.

transport

transport: Transport

The Transport that the client will use to make HTTP round trips to the Stitch server.

Methods

builder

  • builder(): Builder

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc