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
sso |
SSO token for user |
sso |
Expire time of SSO token |
channel |
|
connection |
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 |
SSO token for user
ssoToken: string
Property Value
string
Expire time of SSO token
ssoTokenExpiration: string
Property Value
string
channelId?: string
Property Value
string
Inherited From TokenResponse.channelId
The connection name
connectionName: string
Property Value
string
Inherited From TokenResponse.connectionName
Expiration for the token, in ISO 8601 format (e.g. "2007-04-05T14:30Z")
expiration: string
Property Value
string
Inherited From TokenResponse.expiration
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
The user token
token: string
Property Value
string
Inherited From TokenResponse.token