|
OIDCSecurityProviderAuthorizationEndpoint Property
|
The Endpoint used to redirect the User
Namespace: GSF.SecurityAssembly: GSF.Security (in GSF.Security.dll) Version: 2.4.205-beta
Syntax public string AuthorizationEndpoint { get; set; }
Public Property AuthorizationEndpoint As String
Get
Set
public:
property String^ AuthorizationEndpoint {
String^ get ();
void set (String^ value);
}
member AuthorizationEndpoint : string with get, set
function get_AuthorizationEndpoint();
function set_AuthorizationEndpoint(value);
View SourceProperty Value
StringSee Also