You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/AppUser.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,6 @@ Name | Type | Description | Notes
11
11
**signed_up_at** | **String** | A datetime string with the format *yyyy-mm-ddThh:mm:ssZ* representing the moment an appUser was created. | [optional]
12
12
**properties** | **Object** | Custom properties for the app user. |
13
13
**conversation_started** | **BOOLEAN** | Flag indicating if the conversation has started for the app user. |
14
-
**credential_required** | **BOOLEAN** | Flag indicating if the appUser is secured by a JSON Web Token or not. | [optional]
15
14
**clients** | [**Array<Client>**](Client.md) | List of clients associated with the app user. | [optional]
16
15
**pending_clients** | [**Array<Client>**](Client.md) | As clients, but containing linked clients which have not been confirmed yet (i.e. Twilio SMS). | [optional]
Copy file name to clipboardExpand all lines: docs/AppUserLink.md
-1Lines changed: 0 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,6 @@ Name | Type | Description | Notes
9
9
**given_name** | **String** | A String of the appUser’s given name. Used as additional criteria to increase the likelihood of a match. (Optional) Used for *messenger* linking. | [optional]
10
10
**surname** | **String** | A String of the appUser’s surname. Used as additional criteria to increase the likelihood of a match. (Optional) Used for *messenger* linking. | [optional]
11
11
**subject** | **String** | Subject for the outgoing email. (Optional) Used for *mailgun* linking. | [optional]
12
-
**skip_confirmation** | **String** | (Deprecated, use confirmation instead) Flag indicating if the linking confirmation should be skipped. | [optional]
13
12
**confirmation** | [**Confirmation**](Confirmation.md) | Allows you to specify the strategy used to initiate a link with the target user. |
0 commit comments