mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
15 lines
444 B
YAML
15 lines
444 B
YAML
type: object
|
|
properties:
|
|
maximumAttempts:
|
|
type: integer
|
|
description: The maximum attempts allowed before lockout occurs.
|
|
example: 5
|
|
lockoutDuration:
|
|
type: integer
|
|
description: The total time in minutes a user will be locked out.
|
|
example: 15
|
|
lockoutWindow:
|
|
type: integer
|
|
description: A rolling window where authentication attempts in a series count towards the maximum before lockout occurs.
|
|
example: 5
|