Skip to main content

ExternalLoginDto

Namespace: Meshmakers.Octo.Communication.Contracts.DataTransferObjects

Represents an external login provider linked to a user.

public class ExternalLoginDto

Inheritance ObjectExternalLoginDto

Properties

LoginProvider

Gets or sets the login provider name (e.g., "Google", "Microsoft").

public string LoginProvider { get; set; }

Property Value

String

ProviderDisplayName

Gets or sets the display name of the provider.

public string ProviderDisplayName { get; set; }

Property Value

String

ProviderKey

Gets or sets the provider-specific user key.

public string ProviderKey { get; set; }

Property Value

String

Constructors

ExternalLoginDto()

public ExternalLoginDto()