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: wiki/authentication.md
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,8 @@ Example of full response
47
47
* Connection #0 to host localhost left intact
48
48
{"user":"myuser"}
49
49
50
+
**Note**: The `azure-token` is valid for 1 hour, after which it expires. Your application should re-authenticate at the `/authentication/login` endpoint to obtain a new token as needed.
51
+
50
52
## Step 2: Making API Requests with Tokens
51
53
52
54
Once you have obtained the tokens, include them in your API requests as follows:
0 commit comments