|
10Duke Enterprise C++ Client
|
#include <OIDCSessionConfiguration.h>
Builder for the configuration.
Public Member Functions | |
| Builder & | timeoutConcurrentActionsAfter (const std::chrono::seconds &timeout) |
| Sets the timeout for concurrent actions. | |
| Builder & | timeoutLoginAfter (const std::chrono::seconds &timeout) |
| Sets the timeout for login. | |
| Builder & | listenEventsWith (const std::shared_ptr<::tenduke::oidc::OIDCSessionEventListener > &listener) |
| Sets session event listener. | |
| OIDCSessionConfiguration | build () |
| Builds the configuration. | |
|
inline |
Builds the configuration.
|
inline |
Sets session event listener.
| listener | - |
|
inline |
Sets the timeout for concurrent actions.
| timeout | - |
|
inline |
Sets the timeout for login.
| timeout | - |