TeamsBotSsoPromptTokenResponse interface

Note

This API is in Beta and provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

Token response provided by Teams Bot SSO prompt

Extends

TokenResponse

Properties

ssoToken

SSO token for user

ssoTokenExpiration

Expire time of SSO token

Inherited Properties

channelId
connectionName

The connection name

expiration

Expiration for the token, in ISO 8601 format (e.g. "2007-04-05T14:30Z")

properties

A collection of properties about this response, such as token polling parameters

token

The user token

Property Details

ssoToken

SSO token for user

TypeScript
ssoToken: string

Property Value

string

ssoTokenExpiration

Expire time of SSO token

TypeScript
ssoTokenExpiration: string

Property Value

string

Inherited Property Details

channelId

TypeScript
channelId?: string

Property Value

string

Inherited From TokenResponse.channelId

connectionName

The connection name

TypeScript
connectionName: string

Property Value

string

Inherited From TokenResponse.connectionName

expiration

Expiration for the token, in ISO 8601 format (e.g. "2007-04-05T14:30Z")

TypeScript
expiration: string

Property Value

string

Inherited From TokenResponse.expiration

properties

A collection of properties about this response, such as token polling parameters

TypeScript
properties?: {[propertyName: string]: any}

Property Value

{[propertyName: string]: any}

Inherited From TokenResponse.properties

token

The user token

TypeScript
token: string

Property Value

string

Inherited From TokenResponse.token