From f0a14656136b470f134065b7782b15ecaf6bcbb8 Mon Sep 17 00:00:00 2001 From: JorgeEcheva26 <jorge.echevarriauribarri.practicas@telefonica.es> Date: Wed, 25 Sep 2024 13:20:06 +0200 Subject: [PATCH] JWT detail --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8c38444..5f673bd 100644 --- a/README.md +++ b/README.md @@ -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. | | allServiceAPIs (GET) | discover() | Retrieves a list of all available service APIs. | | 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 (DELETE) | unpublish_service() | Deletes a service API from the system. | | service-apis (PUT) | update_service() | Updates the details of an existing service API. | -- GitLab