AuthConfigurationAuthenticationType Property |
The authentication scheme being configured.
Namespace: Oracle.Cloud.Mobile.ConfigurationAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic abstract AuthenticationType AuthenticationType { get; }
Public MustOverride ReadOnly Property AuthenticationType As AuthenticationType
Get
public:
virtual property AuthenticationType AuthenticationType {
AuthenticationType get () abstract;
}
abstract AuthenticationType : AuthenticationType with get
Property Value
Type:
AuthenticationType
See Also