다음을 통해 공유


SlackClientWrapperOptions 클래스

정의

주의

The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.

SlackClientWrapperOptions 옵션의 구현을 정의하기 위한 클래스입니다.

[System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")]
public class SlackClientWrapperOptions
[<System.Obsolete("The Bot Framework Adapters will be deprecated in the next version of the Bot Framework SDK and moved to https://github.com/BotBuilderCommunity/botbuilder-community-dotnet. Please refer to their new location for all future work.")>]
type SlackClientWrapperOptions = class
Public Class SlackClientWrapperOptions
상속
SlackClientWrapperOptions
특성

생성자

SlackClientWrapperOptions(String, String, String)
사용되지 않음.

SlackClientWrapperOptions 클래스의 새 인스턴스를 초기화합니다.

속성

SlackBotToken
사용되지 않음.

봇이 단일 작업 영역에서 작동할 토큰(Slack에서 제공)을 가져오거나 설정합니다.

SlackClientId
사용되지 않음.

다중 팀 앱에 대해 Slack에서 제공하는 oauth 클라이언트 ID를 가져오거나 설정합니다.

SlackClientSecret
사용되지 않음.

다중 팀 앱에 대해 Slack에서 제공하는 oauth 클라이언트 암호를 가져오거나 설정합니다.

SlackClientSigningSecret
사용되지 않음.

들어오는 웹후크가 Slack에서 시작되었는지 확인하는 데 사용되는 토큰을 가져오거나 설정합니다.

SlackRedirectUri
사용되지 않음.

oauth 흐름 이후에 리디렉션되는 URI 사용자를 가져오거나 설정합니다. 대부분의 경우 은 이어야 https://mydomain.com/install/auth합니다.

SlackScopes
사용되지 않음.

oauth 프로세스 중에 요청되는 범위 이름의 배열을 가져옵니다. api.slack.com 정의된 범위와 일치해야 합니다.

SlackVerificationToken
사용되지 않음.

들어오는 웹후크의 원본 유효성을 검사하기 위한 토큰을 가져오거나 설정합니다.

적용 대상