When calling the notify method, there is an input parameter called timeout. While this timeout is applied correctly for the FCM URL, it's not being considered for the OAuth2 call, which defaults to 120 seconds regardless of the provided timeout value.
Can this be adjusted so that the timeout value applies to both the FCM URL and OAuth2 requests?