id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id |
title |
pagination_label |
sidebar_label |
sidebar_class_name |
keywords |
slug |
tags |
| session-configuration |
SessionConfiguration |
SessionConfiguration |
SessionConfiguration |
pythonsdk |
| python |
| Python |
| sdk |
| SessionConfiguration |
| SessionConfiguration |
|
/tools/sdk/python/v3/models/session-configuration |
| SDK |
| Software Development Kit |
| SessionConfiguration |
| SessionConfiguration |
|
SessionConfiguration
Properties
| Name |
Type |
Description |
Notes |
| max_idle_time |
int |
The maximum time in minutes a session can be idle. |
[optional] |
| remember_me |
bool |
Denotes if 'remember me' is enabled. |
[optional] [default to False] |
| max_session_time |
int |
The maximum allowable session time in minutes. |
[optional] |
| } |
|
|
|
Example
[Back to top]