Appearance
Documentation / @kizami/db / listPasswordResetTokensForTenant
Function: listPasswordResetTokensForTenant()
listPasswordResetTokensForTenant(
db,tenantId):Promise<object[]>
Defined in: packages/db/src/queries/password-resets.ts:118
テナント全リセットトークンを作成日時降順で返す(メンバー一覧のバッジ表示用)。 同一 userId が複数出現し得るため、呼び出し側は先頭(最新)のみを採用すること。
Parameters
db
tenantId
string
Returns
Promise<object[]>