02cc2e9d14
Compare OAuth2AccessToken.TokenType using equals() instead of == in BearerTokenAuthentication, since TokenType instances are not guaranteed to be singletons and reference comparison can incorrectly reject an otherwise-equal bearer token. Closes gh-19377 Signed-off-by: Josh Cummings <3627351+jzheaux@users.noreply.github.com>