GetChallengeById
Result row for 'GetChallengeById' query.
public record GetChallengeById : IEquatable<GetChallengeById>
Constructors
GetChallengeById
public GetChallengeById(string id, string user_id, byte[] challenge, string type, string created_at, string expires_at)
Initializes a new instance of GetChallengeById.
| Parameter | Type | Description |
|---|---|---|
id |
String |
|
user_id |
String |
|
challenge |
Byte[] |
|
type |
String |
|
created_at |
String |
|
expires_at |
String |
Properties
id
public string id { get; init; }
Column 'id'.
user_id
public string user_id { get; init; }
Column 'user_id'.
challenge
public byte[] challenge { get; init; }
Column 'challenge'.
type
public string type { get; init; }
Column 'type'.
created_at
public string created_at { get; init; }
Column 'created_at'.
expires_at
public string expires_at { get; init; }
Column 'expires_at'.