LoginBeginRequest

Classes > Gatekeeper.Api > LoginBeginRequest

Request to begin passkey login.

public sealed record LoginBeginRequest : IEquatable<LoginBeginRequest>

Constructors

LoginBeginRequest

public LoginBeginRequest(string? Email)

Request to begin passkey login.

Parameter Type Description
Email String

Properties

Email

public string? Email { get; init; }