다음을 통해 공유


TokenResponse interface

사용자 토큰을 포함하는 응답

속성

channelId
connectionName

연결 이름

expiration

ISO 8601 형식의 토큰 만료(예: "2007-04-05T14:30Z")

properties

토큰 폴링 매개 변수와 같은 이 응답에 대한 속성 컬렉션

token

사용자 토큰

속성 세부 정보

channelId

channelId?: string

속성 값

string

connectionName

연결 이름

connectionName: string

속성 값

string

expiration

ISO 8601 형식의 토큰 만료(예: "2007-04-05T14:30Z")

expiration: string

속성 값

string

properties

토큰 폴링 매개 변수와 같은 이 응답에 대한 속성 컬렉션

properties?: [key: string]: any

속성 값

[key: string]: any

token

사용자 토큰

token: string

속성 값

string