1 implementation of GetRequestTokensAsync
Microsoft.AspNetCore.Antiforgery (1)
Internal\DefaultAntiforgeryTokenStore.cs (1)
36public async Task<AntiforgeryTokenSet> GetRequestTokensAsync(HttpContext httpContext)
2 references to GetRequestTokensAsync
Microsoft.AspNetCore.Antiforgery (2)
Internal\DefaultAntiforgery.cs (2)
104var tokens = await _tokenStore.GetRequestTokensAsync(httpContext); 149var tokens = await _tokenStore.GetRequestTokensAsync(httpContext);