IChatConnectorEndpoint interface
ChatConnector インスタンスでさまざまなエンドポイントを設定するために使用されるオプション。 これは変更しないでください。通常、IChatConnectorSettings の開発者は提供しません。 代わりに、IChatConnectorSettings の "stateEndpoint"、"openIdMetadata" の 2 つのプロパティをそこで変更する必要があります。
プロパティ
| bot |
この値は、IChatConnectorSettings.appId を介して提供されます。 |
| bot |
既定値は https://api.botframework.comです。 |
| bot |
既定値は https://login.botframework.com/v1/.well-known/openidconfigurationです。 IChatConnectorSettings.openIdMetadata 経由で構成できます。 |
| emulator |
この値は、IChatConnectorSettings.appId を介して提供されます。 |
| emulator |
既定値は |
| emulator |
既定値は |
| emulator |
既定値は |
| msa |
既定値は |
| msa |
既定値は |
| msa |
既定値は |
| o |
既定値は https://api.botframework.comです。 IChatConnectorSettings.oAuthEndpoint 経由で構成できます。 |
| refresh |
既定値は |
| refresh |
|
| state |
既定値は https://state.botframework.comです。 IChatConnectorSettings.stateEndpoint を介して構成できます。 |
プロパティの詳細
botConnectorAudience
この値は、IChatConnectorSettings.appId を介して提供されます。
botConnectorAudience: string
プロパティ値
string
botConnectorIssuer
botConnectorOpenIdMetadata
既定値は https://login.botframework.com/v1/.well-known/openidconfigurationです。 IChatConnectorSettings.openIdMetadata 経由で構成できます。
botConnectorOpenIdMetadata: string
プロパティ値
string
emulatorAudience
この値は、IChatConnectorSettings.appId を介して提供されます。
emulatorAudience: string
プロパティ値
string
emulatorIssuerV1
既定値は https://sts.windows.net/d6d49420-f39b-4df7-a1dc-d59a935871db/です。
emulatorIssuerV1: string
プロパティ値
string
emulatorIssuerV2
既定値は https://login.microsoftonline.com/d6d49420-f39b-4df7-a1dc-d59a935871db/v2.0です。
emulatorIssuerV2: string
プロパティ値
string
emulatorOpenIdMetadata
既定値は https://login.microsoftonline.com/botframework.com/v2.0/.well-known/openid-configurationです。
emulatorOpenIdMetadata: string
プロパティ値
string
msaAudience
既定値は https://graph.microsoft.comです。
msaAudience: string
プロパティ値
string
msaIssuer
既定値は https://sts.windows.net/72f988bf-86f1-41af-91ab-2d7cd011db47/です。
msaIssuer: string
プロパティ値
string
msaOpenIdMetadata
既定値は https://login.microsoftonline.com/common/v2.0/.well-known/openid-configurationです。
msaOpenIdMetadata: string
プロパティ値
string
oAuthEndpoint
既定値は https://api.botframework.comです。 IChatConnectorSettings.oAuthEndpoint 経由で構成できます。
oAuthEndpoint: string
プロパティ値
string
refreshEndpoint
既定値は https://login.microsoftonline.com/botframework.com/oauth2/v2.0/tokenです。
refreshEndpoint: string
プロパティ値
string
refreshScope
stateEndpoint
既定値は https://state.botframework.comです。 IChatConnectorSettings.stateEndpoint を介して構成できます。
stateEndpoint: string
プロパティ値
string