diff --git a/libraries/botbuilder/etc/botbuilder.api.md b/libraries/botbuilder/etc/botbuilder.api.md index b2c5138a13..130cbe59e3 100644 --- a/libraries/botbuilder/etc/botbuilder.api.md +++ b/libraries/botbuilder/etc/botbuilder.api.md @@ -352,6 +352,13 @@ export class SharePointActivityHandler extends ActivityHandler { protected onSharePointTaskGetQuickViewAsync(_context: TurnContext, _aceRequest: AceRequest): Promise; protected onSharePointTaskHandleActionAsync(_context: TurnContext, _aceRequest: AceRequest): Promise; protected onSharePointTaskSetPropertyPaneConfigurationAsync(_context: TurnContext, _aceRequest: AceRequest): Promise; + protected onSignInInvoke(_context: TurnContext): Promise; +} + +// @public +export class SharePointSSOTokenExchangeMiddleware implements Middleware { + constructor(storage: Storage_2, oAuthConnectionName: string); + onTurn(context: TurnContext, next: () => Promise): Promise; } // @public @deprecated (undocumented)