|
OIDCSecurityProviderShowDetailedError Property
|
Indicates if the Login Page should display detailed Debugging Information when OAuth Fails.
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax public bool ShowDetailedError { get; set; }
Public Property ShowDetailedError As Boolean
Get
Set
public:
property bool ShowDetailedError {
bool get ();
void set (bool value);
}
member ShowDetailedError : bool with get, set
function get_ShowDetailedError();
function set_ShowDetailedError(value);
View SourceProperty Value
BooleanSee Also