Expected behavior
https://docs.microsoft.com/en-us/graph/api/event-get?view=graph-rest-1.0&tabs=http
I use the graph sdk for java to get the event info, but I got wrong parameter to the request, the error should printed without any sensitive infomation.
Actual behavior
the accessToken was printed in exception

Steps to reproduce the behavior
graphServiceClient.me().calendars("email").events(changedEventId).buildRequest(requestOptions).expand(EXTEND_PROPERTIES).get()