Olympus Docs
ReferenceAPIsSDK

brute-force

SDK module brute-force, exports and signatures

Source: sdk/src/brute-force.ts

For implementation details and inline JSDoc, see the source on GitHub: sdk/src/brute-force.ts.

Exports

BruteForceConfig (interface)

interface BruteForceConfig

LockoutState (interface)

interface LockoutState

LockedAccount (interface)

interface LockedAccount

LoginAttempt (interface)

interface LoginAttempt

AuditLogEvent (interface)

interface AuditLogEvent

getBruteForceConfig (function)

function getBruteForceConfig ():

checkLockout (function)

function checkLockout (identifier:

recordFailedAttempt (function)

function recordFailedAttempt (

clearAttempts (function)

function clearAttempts (identifier:

listLockedAccounts (function)

function listLockedAccounts ():

unlockAccount (function)

function unlockAccount (

appendAuditLog (function)

function appendAuditLog (event:

Generated from sdk/src/brute-force.ts at build time.

On this page