### YamlMime:UniversalReference
items:
  - uid: botbuilder.BotFrameworkAdapterSettings
    name: BotFrameworkAdapterSettings
    fullName: BotFrameworkAdapterSettings
    children:
      - botbuilder.BotFrameworkAdapterSettings.appId
      - botbuilder.BotFrameworkAdapterSettings.appPassword
    langs:
      - typeScript
    type: interface
    summary: Bot Framework Adapter Settings.
    package: botbuilder
  - uid: botbuilder.BotFrameworkAdapterSettings.appId
    name: appId
    fullName: appId
    children: []
    langs:
      - typeScript
    type: property
    summary: ''
    syntax:
      content: 'appId: string'
      return:
        type:
          - string
  - uid: botbuilder.BotFrameworkAdapterSettings.appPassword
    name: appPassword
    fullName: appPassword
    children: []
    langs:
      - typeScript
    type: property
    summary: ''
    syntax:
      content: 'appPassword: string'
      return:
        type:
          - string
