|
10Duke Enterprise C++ Client
|
#include <ClientState.h>
Client state.
Public Member Functions | |
| ClientState () | |
| No-arg constructs empty state. | |
| ClientState (const std::shared_ptr< const ::tenduke::oidc::OIDCState > &oidcState) | |
| Constructs new instance. | |
Public Attributes | |
| const std::shared_ptr< const ::tenduke::oidc::OIDCState > | oidcState |
| OIDC state. | |
|
inlineexplicit |
Constructs new instance.
| oidcState | - |