Class ExternalLoginModel
- Namespace
- Dynamicweb.CoreUI.Rendering.Models
- Assembly
- Dynamicweb.CoreUI.Rendering.dll
public sealed class ExternalLoginModel
- Inheritance
-
ExternalLoginModel
- Inherited Members
Properties
Icon
Gets or sets the icon.
public string? Icon { get; init; }
Property Value
Id
Gets or sets the id.
public int Id { get; init; }
Property Value
Name
Gets or sets the name.
public required string Name { get; init; }