-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Yen Truong
committed
Dec 4, 2024
1 parent
dc8d0ce
commit 601eeb7
Showing
15 changed files
with
138 additions
and
35 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
18 changes: 18 additions & 0 deletions
18
...es/chat-core-zendesk/docs/chat-core-zendesk.chatcorezendeskconfig.externalid.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@yext/chat-core-zendesk](./chat-core-zendesk.md) > [ChatCoreZendeskConfig](./chat-core-zendesk.chatcorezendeskconfig.md) > [externalId](./chat-core-zendesk.chatcorezendeskconfig.externalid.md) | ||
|
||
## ChatCoreZendeskConfig.externalId property | ||
|
||
The external ID to associate with the user in Zendesk. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
externalId?: string; | ||
``` | ||
|
||
## Remarks | ||
|
||
Should be provided along with the [ChatCoreZendeskConfig.jwt](./chat-core-zendesk.chatcorezendeskconfig.jwt.md) token to authenticate the user. | ||
|
18 changes: 18 additions & 0 deletions
18
packages/chat-core-zendesk/docs/chat-core-zendesk.chatcorezendeskconfig.jwt.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@yext/chat-core-zendesk](./chat-core-zendesk.md) > [ChatCoreZendeskConfig](./chat-core-zendesk.chatcorezendeskconfig.md) > [jwt](./chat-core-zendesk.chatcorezendeskconfig.jwt.md) | ||
|
||
## ChatCoreZendeskConfig.jwt property | ||
|
||
The JWT token to authenticate the user with Zendesk. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
jwt?: string; | ||
``` | ||
|
||
## Remarks | ||
|
||
Should be provided along with the [ChatCoreZendeskConfig.externalId](./chat-core-zendesk.chatcorezendeskconfig.externalid.md) to authenticate the user. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
13 changes: 13 additions & 0 deletions
13
...chat-core-zendesk/docs/chat-core-zendesk.chatcorezendeskconfig.oninvalidauth.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!-- Do not edit this file. It is automatically generated by API Documenter. --> | ||
|
||
[Home](./index.md) > [@yext/chat-core-zendesk](./chat-core-zendesk.md) > [ChatCoreZendeskConfig](./chat-core-zendesk.chatcorezendeskconfig.md) > [onInvalidAuth](./chat-core-zendesk.chatcorezendeskconfig.oninvalidauth.md) | ||
|
||
## ChatCoreZendeskConfig.onInvalidAuth property | ||
|
||
Callback to be invoked when the authentication token is invalid. The returned string will be used as the new auth token when retrying the request. | ||
|
||
**Signature:** | ||
|
||
```typescript | ||
onInvalidAuth?: () => string | Promise<string>; | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,8 @@ | ||
TEST_BOT_ID= | ||
TEST_BOT_API_KEY= | ||
TEST_ZENDESK_INTEGRATION_ID= | ||
TEST_ZENDESK_INTEGRATION_ID= | ||
|
||
# agent handoff with zendesk user authentication | ||
TEST_EXTERNAL_ID= | ||
TEST_JWT= | ||
TEST_REFRESH_JWT= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters