AuthenticateRequestResult type

The result from a call to authenticate a Bot Framework Protocol request.

type AuthenticateRequestResult = {
  audience: string,
  callerId?: string,
  claimsIdentity: ClaimsIdentity,
  connectorFactory?: ConnectorFactory,
}