Login macro for DigiD.
Syntax
Smartsite SXML | Copy Code |
---|---|
<se:digidlogin /> |
Parameters
Name | Data Type | Properties | Description |
---|---|---|---|
CallbackUrl | String | - | Sets the callback url. Defaults to the current url. |
Impersonate | Boolean | - | Sets a value indicating whether the Smartsite.DigiD.DigiDLoginModule should impersonate. |
ProfileName | String | - | Sets the name of config section to be used. |
Shared Parameters
Local Viper Methods
Viper | Extension | Description |
---|---|---|
This.ClearForcedResult |
Sets the result of the macro. used to override the normal handling of the result creation. |
|
This.GetForcedResult | Gets the forced result of the macro, set by overriding the normal rendering using SetForcedResult(). | |
This.RenderTime | ✓ | Returns the render time of the macro in milliseconds. |
This.SetForcedResult |
Sets the result of the macro. used to override the normal handling of the result creation. |