Beamable SDK
|
This type defines the Microservice RequestContext. More...
Properties | |
string | Cid [get] |
string | Pid [get] |
long | Id [get] |
int | Status [get] |
long | UserId [get] |
string | Path [get] |
string | Method [get] |
string | Body [get] |
HashSet< string > | Scopes [get] |
bool | IsEvent [get] |
bool | IsInvalidUser [get] |
Informs us whether or not this request context is pointing to any valid user (userId >= 0). If it isn't, customer must call Microservice.AssumeUser in custom Microservice's code before making requests that access player-specific data. | |
int | Id [get] |
This type defines the Microservice RequestContext.