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.MobileBackendAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic Task SetAuthenticationType(
AuthenticationType authenticationType
)
Public Function SetAuthenticationType (
authenticationType As AuthenticationType
) As Task
public:
Task^ SetAuthenticationType(
AuthenticationType authenticationType
)
member SetAuthenticationType :
authenticationType : AuthenticationType -> Task
Parameters
- authenticationType
- Type: Oracle.Cloud.Mobile.AuthorizationAuthenticationType
The AuthenticationType to use.
Return Value
Type:
Task
See Also