Skip to content
Snippets Groups Projects
Commit f0a14656 authored by JorgeEcheva26's avatar JorgeEcheva26
Browse files

JWT detail

parent 234d4aa0
No related branches found
No related tags found
1 merge request!1Sdk v0.1 (#1)
...@@ -48,7 +48,7 @@ OpenCAPIF SDK brings a set of functions to integrate with the 5G Core's function ...@@ -48,7 +48,7 @@ OpenCAPIF SDK brings a set of functions to integrate with the 5G Core's function
| registrations (DELETE) | offboard_provider() | Deletes a service provider's registration. | | registrations (DELETE) | offboard_provider() | Deletes a service provider's registration. |
| allServiceAPIs (GET) | discover() | Retrieves a list of all available service APIs. | | allServiceAPIs (GET) | discover() | Retrieves a list of all available service APIs. |
| trustedInvokers (PUT//POST) | discover() | Registers or updates trusted invokers. | | trustedInvokers (PUT//POST) | discover() | Registers or updates trusted invokers. |
| securities/{securityId}/token (GET) | get_tokens() | Retrieves a security token for a specific `securityId`. | | securities/{securityId}/token (GET) | get_tokens() | Retrieves a security token for a specific `securityId`. This JWT token is used to query the targeted services. |
| service-apis (POST) | publish_services() | Registers a new service API into the system. | | service-apis (POST) | publish_services() | Registers a new service API into the system. |
| service-apis (DELETE) | unpublish_service() | Deletes a service API from the system. | | service-apis (DELETE) | unpublish_service() | Deletes a service API from the system. |
| service-apis (PUT) | update_service() | Updates the details of an existing service API. | | service-apis (PUT) | update_service() | Updates the details of an existing service API. |
......
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