Nakama C++ Client SDK 2.5.1
Client for Nakama Server
NAccountDevice Struct Reference

Used with authenticate/link/unlink and user. More...

#include <NAccountDevice.h>

Public Attributes

std::string id
 A device identifier. Should be obtained by a platform-specific device API. More...
 
NStringMap vars
 Extra information that will be bundled in the session token. More...
 

Detailed Description

Used with authenticate/link/unlink and user.

Member Data Documentation

◆ id

std::string NAccountDevice::id

A device identifier. Should be obtained by a platform-specific device API.

◆ vars

NStringMap NAccountDevice::vars

Extra information that will be bundled in the session token.


The documentation for this struct was generated from the following file: