SlackClientWrapperOptions 클래스
정의
SlackClientWrapperOptions 옵션의 구현을 정의 하는 클래스입니다.Class for defining implementation of the SlackClientWrapperOptions Options.
public class SlackClientWrapperOptions
type SlackClientWrapperOptions = class
Public Class SlackClientWrapperOptions
- 상속
-
SlackClientWrapperOptions
생성자
SlackClientWrapperOptions(String, String, String) |
SlackClientWrapperOptions 클래스의 새 인스턴스를 초기화합니다.Initializes a new instance of the SlackClientWrapperOptions class. |
속성
SlackBotToken |
단일 작업 영역에서 작업을 수행 하기 위해 봇에서 제공 하는 토큰을 가져오거나 설정 합니다.Gets or Sets a token (provided by Slack) for a bot to work on a single workspace. |
SlackClientId |
다중 팀 앱에 대해 여유 시간으로 제공 되는 oauth 클라이언트 id를 가져오거나 설정 합니다.Gets or Sets the oauth client id provided by Slack for multi-team apps. |
SlackClientSecret |
다중 팀 앱에 대해 여유 시간으로 제공 되는 oauth 클라이언트 암호를 가져오거나 설정 합니다.Gets or Sets the oauth client secret provided by Slack for multi-team apps. |
SlackClientSigningSecret |
들어오는 웹 후크가 여유 시간에서 시작 되었는지 확인 하는 데 사용 되는 토큰을 가져오거나 설정 합니다.Gets or Sets a token used to validate that incoming webhooks are originated from Slack. |
SlackRedirectUri |
Oauth 흐름 후 사용자가 리디렉션되는 URI를 가져오거나 설정 합니다.Gets or Sets the URI users will be redirected to after an oauth flow. 대부분의 경우는 이어야 |
SlackScopes |
Oauth 프로세스 중에 요청 되는 범위 이름의 배열을 가져옵니다.Gets an array of scope names that are being requested during the oauth process. Api.slack.com에 정의 된 범위와 일치 해야 합니다.Must match the scopes defined at api.slack.com. |
SlackVerificationToken |
들어오는 웹 후크에 대 한 원본의 유효성을 검사 하기 위한 토큰을 가져오거나 설정 합니다.Gets or Sets the token for validating the origin of incoming webhooks. |