std::optional< SessionPrx > IceGrid::RegistryPrx::createSession | ( | std::string_view | userId, |
std::string_view | password, | ||
const Ice::Context & | context = Ice::noExplicitContext ) const |
Creates a client session.
userId | The user ID. |
password | The password for the given user. |
context | The request context. |
IceGrid::PermissionDeniedException | Thrown when authentication or authorization fails. |