다음을 통해 공유


TokenResponse 클래스

정의

사용자에 대한 토큰을 가져오거나 교환하라는 요청에 대한 응답으로 Bot Framework 토큰 서비스에서 다시 전송된 응답 스키마입니다.

public class TokenResponse
type TokenResponse = class
Public Class TokenResponse
상속
TokenResponse

생성자

TokenResponse()

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

TokenResponse(String, String, String, String)

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

속성

ChannelId

채널 ID를 가져오거나 설정합니다.

ConnectionName

연결 이름을 가져오거나 설정합니다.

Expiration

만료를 가져오거나 설정합니다.

Properties

추가 속성을 가져오거나 설정합니다.

Token

토큰을 가져오거나 설정합니다.

적용 대상