Click or drag to resize
BasicAuthConfiguration Constructor (String, String)
Initializes a configuration object with the given properties.

Namespace: Oracle.Cloud.Mobile.Configuration
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public BasicAuthConfiguration(
	string backendId,
	string anonymousToken
)

Parameters

backendId
Type: SystemString
The ID of the Mobile Backend.
anonymousToken
Type: SystemString
The token for anonymous authentication.
See Also