Share via


MessageExtensionTokenResponse interface

Token response provided by Teams Bot SSO prompt

Properties

channelId
connectionName
expiration
properties
ssoToken

SSO token for user

ssoTokenExpiration

Expire time of SSO token

token

Property Details

channelId

channelId?: string

Property Value

string

connectionName

connectionName: string

Property Value

string

expiration

expiration: string

Property Value

string

properties

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

Property Value

{[propertyName: string]: any}

ssoToken

SSO token for user

ssoToken: string

Property Value

string

ssoTokenExpiration

Expire time of SSO token

ssoTokenExpiration: string

Property Value

string

token

token: string

Property Value

string