glyphard / expo-server-sdk-dotnet

Server-side library for working with Expo using .Net
MIT License
38 stars 23 forks source link

added access token #7

Closed Xenofono closed 3 years ago

Xenofono commented 3 years ago

added access token for handling expo access token. 'Authorization': 'Bearer ${accessToken}' will be added to every post request.