Ice
3.9
Slice API Reference
Toggle main menu visibility
Loading...
Searching...
No Matches
Glacier2
SSLPermissionsVerifier
authorize
◆
authorize()
["cpp:const"]
idempotent bool authorize
(
SSLInfo
info
,
out string
reason
) throws
PermissionDeniedException
Checks if a user is authorized to establish a session.
Parameters
info
The SSL information.
reason
The reason why access was denied.
Returns
true
if access is granted,
false
otherwise.
Exceptions
PermissionDeniedException
Thrown when the user's access is denied. This exception can be thrown instead of returning
false
with a reason set in the reason out parameter.
Generated by
1.17.0