Click or drag to resize
MobileBackendConfigurationAuthConfigurations Property
The authentication configurations for this Mobile Backend. Callers can invoke MobileBackend.AuthenticationType to specify a configuration to use.

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 Dictionary<AuthenticationType, AuthConfiguration> AuthConfigurations { get; }

Property Value

Type: DictionaryAuthenticationType, AuthConfiguration
See Also