Beamable SDK
Properties | List of all members
Core.Platform.SDK.IBeamableApiRequester Interface Reference
Inheritance diagram for Core.Platform.SDK.IBeamableApiRequester:
Inheritance graph
[legend]
Collaboration diagram for Core.Platform.SDK.IBeamableApiRequester:
Collaboration graph
[legend]

Properties

AccessToken Token [getset]
 
- 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.
 

Additional Inherited Members

- 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...
 

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