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
For the authentication flow tests to work properly, the Passport SDK must be configured with an appropriate log level that enables auth URL capture. The test automation relies on capturing authentication URLs from Unity's Player.log.
8
+
9
+
**Required Configuration:**
10
+
11
+
In your Unity project's Passport initialisation script, ensure the log level is set to `Info` or `Debug`:
Copy file name to clipboardExpand all lines: src/Packages/ZkEvmApi/Documentation~/FeedItemFollowGame.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,6 +23,7 @@ Name | Type | Description | Notes
23
23
**Description** | **string** | Description of the CTA button |
24
24
**Logo** | **string** | URL of the quiz logo |
25
25
**Title** | **string** | Title of the video |
26
+
**SimilarGames** | **List<string>** | Similar games to display | [optional]
26
27
27
28
[[Back to Model list]](../README.md#documentation-for-models)[[Back to API list]](../README.md#documentation-for-api-endpoints)[[Back to README]](../README.md)
0 commit comments