ExternalLoginDto
Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects
Represents an external login provider linked to a user.
public class ExternalLoginDto
Inheritance Object → ExternalLoginDto
Properties
LoginProvider
Gets or sets the login provider name (e.g., "Google", "Microsoft").
public string LoginProvider { get; set; }
Property Value
ProviderDisplayName
Gets or sets the display name of the provider.
public string ProviderDisplayName { get; set; }
Property Value
ProviderKey
Gets or sets the provider-specific user key.
public string ProviderKey { get; set; }
Property Value
Constructors
ExternalLoginDto()
public ExternalLoginDto()