Ice 3.7 C++11 API Reference
Public Attributes | List of all members
Glacier2::SSLPermissionsVerifier::AuthorizeResult Struct Reference

Encapsulates the results of a call to authorize. More...

#include <PermissionsVerifier.h>

Public Attributes

::std::string reason
 The reason why access was denied. More...
 
bool returnValue
 True if access is granted, or false otherwise. More...
 

Detailed Description

Encapsulates the results of a call to authorize.

Member Data Documentation

◆ reason

::std::string Glacier2::SSLPermissionsVerifier::AuthorizeResult::reason

The reason why access was denied.

◆ returnValue

bool Glacier2::SSLPermissionsVerifier::AuthorizeResult::returnValue

True if access is granted, or false otherwise.


The documentation for this struct was generated from the following file: