mirror of
https://github.com/LukeHagar/api-specs.git
synced 2025-12-09 12:27:48 +00:00
15 lines
362 B
YAML
15 lines
362 B
YAML
type: object
|
|
properties:
|
|
maxIdleTime:
|
|
type: integer
|
|
description: The maximum time in minutes a session can be idle.
|
|
example: 15
|
|
rememberMe:
|
|
type: boolean
|
|
description: Denotes if 'remember me' is enabled.
|
|
example: true
|
|
maxSessionTime:
|
|
type: integer
|
|
description: The maximum allowable session time in minutes.
|
|
example: 45
|