#include <OIDCSessionConfiguration.h>
|
|
const std::chrono::seconds | loginTimeout |
| | Login timeout.
|
| |
|
const std::chrono::seconds | concurrencyTimeout |
| | Timeout for concurrent actions of the OIDC session service.
|
| |
|
const std::shared_ptr<::tenduke::oidc::OIDCSessionEventListener > | sessionEventListener |
| | Listener for session events.
|
| |
◆ OIDCSessionConfiguration()
| tenduke::oidc::OIDCSessionConfiguration::OIDCSessionConfiguration |
( |
const std::chrono::seconds & | loginTimeout, |
|
|
const std::chrono::seconds & | concurrencyTimeout, |
|
|
const std::shared_ptr<::tenduke::oidc::OIDCSessionEventListener > & | sessionEventListener ) |
|
inline |
Constructs new instance.
- Parameters
-
| loginTimeout | - |
| concurrencyTimeout | - |
| sessionEventListener | - |
The documentation for this class was generated from the following file: