gk_challengeExtensions
Extension methods for table operations on gk_challenge
public static class gk_challengeExtensions
Methods
Insertgk_challengeAsync(IDbTransaction, string?, string?, byte[], string?, string?, string?)
public static Task<Result<int, SqlError>> Insertgk_challengeAsync(this IDbTransaction transaction, string? id, string? user_id, byte[] challenge, string? type, string? created_at, string? expires_at)
Inserts a new row into the gk_challenge table.
Parameters:
| Name | Type | Description |
|---|---|---|
transaction |
IDbTransaction |
|
id |
String |
|
user_id |
String |
|
challenge |
Byte[] |
|
type |
String |
|
created_at |
String |
|
expires_at |
String |
Returns: SqlError>>