2 writes to Error
Microsoft.AspNetCore.Authentication.OAuth (2)
OAuthTokenResponse.cs (2)
26Error = GetStandardErrorException(response); 31Error = error;
2 references to Error
Microsoft.AspNetCore.Authentication.OAuth (2)
OAuthHandler.cs (2)
136if (tokens.Error != null) 138return HandleRequestResult.Fail(tokens.Error, properties);