TeamsBotSsoPromptTokenResponse interface

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

ssoToken: string

Property Value

string

ssoTokenExpiration

Expire time of SSO token

ssoTokenExpiration: string

Property Value

string

Inherited Property Details

channelId

channelId?: string

Property Value

string

Inherited From TokenResponse.channelId

connectionName

The connection name

connectionName: string

Property Value

string

Inherited From TokenResponse.connectionName

expiration

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

expiration: string

Property Value

string

Inherited From TokenResponse.expiration

properties

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

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

Property Value

{[propertyName: string]: any}

Inherited From TokenResponse.properties

token

The user token

token: string

Property Value

string

Inherited From TokenResponse.token