Antiforgery
Gets an antiforgery token for the current user session. This endpoint is used by Blazor WASM to obtain tokens for state-changing operations. The token is both stored in a cookie and returned in the response for use in request headers.
get/api/v1/antiforgery/token
Response
Returns the antiforgery token
Changes
No recorded changes to this endpoint across all 1 revision of this API.