pusher / push-notifications-android

Android SDK for Pusher Beams
https://www.pusher.com/beams
MIT License
21 stars 21 forks source link

TokenProvider with post request #121

Closed vladshcherbin closed 2 years ago

vladshcherbin commented 2 years ago

Hey 👋

Is it possible to use POST request to url instead of GET request?

Example is graphql api which accepts only POST requests.

Thanks

benw-pusher commented 2 years ago

The library automatically issues a GET requests when attempting authentication - it is not possible to change this behaviour.