Ice 3.8
C++ API Reference
Loading...
Searching...
No Matches

◆ authorizeAsync() [1/2]

std::future< std::tuple< bool, std::string > > Glacier2::SSLPermissionsVerifierPrx::authorizeAsync ( const SSLInfo & info,
const Ice::Context & context = Ice::noExplicitContext ) const
nodiscard

Checks if a user is authorized to establish a session.

Parameters
infoThe SSL information.
contextThe request context.
Returns
A future that becomes available when the invocation completes. This future holds:
  • returnValue true if access is granted, false otherwise.
  • reason The reason why access was denied.