MobileBackendAuthenticationType Property |
Returns the current AuthenticationType in use. Setting the property will update the Authorization property
and cause any signined user to be logged out.
Namespace: Oracle.Cloud.Mobile.MobileBackendAssembly: Oracle.Cloud.Mobile (in Oracle.Cloud.Mobile.dll) Version: 16.1.3.1 (16.1.3.1)
Syntaxpublic AuthenticationType AuthenticationType { get; }
Public ReadOnly Property AuthenticationType As AuthenticationType
Get
public:
property AuthenticationType AuthenticationType {
AuthenticationType get ();
}
member AuthenticationType : AuthenticationType with get
Property Value
Type:
AuthenticationType
See Also