MobileBackendConfigurationAuthConfigurations Property |
The authentication configurations for this Mobile Backend.
Callers can invoke MobileBackend.AuthenticationType to specify a configuration to use.
Namespace: Oracle.Cloud.Mobile.ConfigurationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic Dictionary<AuthenticationType, AuthConfiguration> AuthConfigurations { get; }
Public ReadOnly Property AuthConfigurations As Dictionary(Of AuthenticationType, AuthConfiguration)
Get
public:
property Dictionary<AuthenticationType, AuthConfiguration^>^ AuthConfigurations {
Dictionary<AuthenticationType, AuthConfiguration^>^ get ();
}
member AuthConfigurations : Dictionary<AuthenticationType, AuthConfiguration> with get
Property Value
Type:
DictionaryAuthenticationType,
AuthConfiguration
See Also