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
public string? Email { get; init; }