Files
api-specs/idn/beta/schemas/SessionConfiguration.yaml
2022-09-02 10:59:29 -04:00

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