Package com.technia.dsx.threedspace
Interface CSRFTokenResolver
public interface CSRFTokenResolver
Resolves CSRF tokens for a given tenant session.
CSRF tokens are required for certain state-changing operations in the 3DEXPERIENCE REST API. This resolver fetches and provides the token for use in API calls.
- Since:
- 2024-03-07
-
Method Summary
Modifier and TypeMethodDescriptiongetCSRFToken(com.technia.dsx.common.TenantSession tenantSession) Retrieves a CSRF token for the specified tenant session.
-
Method Details
-
getCSRFToken
Retrieves a CSRF token for the specified tenant session.- Parameters:
tenantSession- the tenant session for which to retrieve the token- Returns:
- the CSRF token response
-