Skip to content
Snippets Groups Projects
Commit 3986210f authored by Marco Del Tufo's avatar Marco Del Tufo
Browse files

Update personal-access-tokens.md

parent 1e8e298e
No related branches found
No related tags found
1 merge request!40SSDM-13578 : 2PT : Database and V3 Implementation - include the new AFS "free"...
...@@ -163,6 +163,7 @@ as the recommend way to manage getting the most up to date personal ...@@ -163,6 +163,7 @@ as the recommend way to manage getting the most up to date personal
access token for an application and user. Including creation and renewal access token for an application and user. Including creation and renewal
management. management.
```java
private static final String URL = "https://openbis-sis-ci-sprint.ethz.ch/openbis/openbis" + IApplicationServerApi.SERVICE_URL; private static final String URL = "https://openbis-sis-ci-sprint.ethz.ch/openbis/openbis" + IApplicationServerApi.SERVICE_URL;
private static final int TIMEOUT = 10000; private static final int TIMEOUT = 10000;
...@@ -273,9 +274,10 @@ management. ...@@ -273,9 +274,10 @@ management.
} }
} }
```
## V3 API ## V3 API
Code examples for personal access tokens can be found in the main V3 API Code examples for personal access tokens can be found in the main V3 API
documentation: [openBIS V3 documentation: [openBIS V3
API\#PersonalAccessTokens](/pages/viewpage.action?pageId=80699415) API\#PersonalAccessTokens](/pages/viewpage.action?pageId=80699415)
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment