IOptionsLoginOauthSilentOnly Property

Indicates to login with OAuth with silent authentication only. true means using silent authentication only. false means use silent authentication together with login popup authentication if silent authentication fails (for example when user session expired). This parameter is optional and false is default.

Definition

Namespace: StreetSmart.Common.Interfaces.Data
Assemblies:  StreetSmart.WinForms (in StreetSmart.WinForms.dll) Version: 25.7.0.0+8d57adf8e9b2f0e8b292285b4ebbbdc257654fdc
  StreetSmart.WPF (in StreetSmart.WPF.dll) Version: 25.7.0.0+8d57adf8e9b2f0e8b292285b4ebbbdc257654fdc
C#
bool? LoginOauthSilentOnly { get; set; }

Property Value

NullableBoolean

Version Information

Supported in: 18.7

See Also