Beamable SDK
Public Member Functions | Properties | List of all members
Beamable.Api.IPlatformRequester Interface Reference
Inheritance diagram for Beamable.Api.IPlatformRequester:
Inheritance graph
[legend]
Collaboration diagram for Beamable.Api.IPlatformRequester:
Collaboration graph
[legend]

Public Member Functions

void DeleteToken ()
 
- Public Member Functions inherited from Beamable.Common.Api.IBeamableRequester
Promise< T > Request< T > (Method method, string uri, object body=null, bool includeAuthHeader=true, Func< string, T > parser=null, bool useCache=false)
 Make an authorized request to the Beamable API. More...
 
IBeamableRequester WithAccessToken (TokenResponse tokenResponse)
 Create a new IBeamableRequester that will authenticate all requests using the given TokenResponse argument. WARNING, this method is not supported inside Microservices. More...
 
string EscapeURL (string url)
 A utility method that will url escape a string. More...
 

Properties

AccessToken Token [getset]
 
string TimeOverride [getset]
 
string Cid [getset]
 
string Pid [getset]
 
string Language [getset]
 
IAuthApi AuthService [set]
 
- Properties inherited from Beamable.Common.Api.IBeamableRequester
IAccessToken AccessToken [get]
 The IAccessToken the IBeamableRequester will use when making network calls with the Request<T> method.
 

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