Result of a CSRF token fetch operation.
const result: CSRFTokenResult = { token: 'abc123', serviceUrl: '/sap/opu/odata/sap/API_PRODUCT_SRV/',}; Copy
const result: CSRFTokenResult = { token: 'abc123', serviceUrl: '/sap/opu/odata/sap/API_PRODUCT_SRV/',};
Readonly
The OData service URL from which the token was fetched.
The fetched CSRF token value.
Result of a CSRF token fetch operation.
Example