Click or drag to resize
MobileBackendSetAuthenticationType Method
Sets the AuthenticationType to use. The authentication parameters should have been previously configured. This method will update the Authorization property and also set the AuthConfiguration property on the MobileBackendConfiguration object.

Namespace: Oracle.Cloud.Mobile.MobileBackend
Assembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntax
public Task SetAuthenticationType(
	AuthenticationType authenticationType
)

Parameters

authenticationType
Type: Oracle.Cloud.Mobile.AuthorizationAuthenticationType
The AuthenticationType to use.

Return Value

Type: Task
See Also