heroiclabs / nakama-cpp

Generic C/C++ client for Nakama server.
https://heroiclabs.com/docs/cpp-client-guide
Apache License 2.0
68 stars 25 forks source link

Fixed authenticateRefresh in GrpcClient #67

Closed GameInstitute closed 1 year ago

GameInstitute commented 1 year ago
  1. Fixed authenticate* function:sessionData get refreshtoken by sessionData->refresh_token() in gRPC.
  2. Fixed authenticateRefresh():There was no AuthenticateRefreshRequest and AsyncAuthenticateRefresh in the .h file that gRPC generated, replace them with SessionRefreshRequest and AsyncSessionRefresh.