2 references to GetStandardErrorException
Microsoft.AspNetCore.Authentication.OAuth (2)
OAuthHandler.cs (1)
234var exception = OAuthTokenResponse.GetStandardErrorException(JsonDocument.Parse(body));
OAuthTokenResponse.cs (1)
26Error = GetStandardErrorException(response);