MessageExtensionTokenResponse interface
Token response provided by Teams Bot SSO prompt
Properties
channel |
|
connection |
|
expiration | |
properties | |
sso |
SSO token for user |
sso |
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