ec_authz_enum_groups
Last updated March 2020
Name
ec_authz_enum_groups — Check authorization of groups
Synopsis
#include "security/auth_lookup.h"
| int **ec_authz_enum_groups** (
| authzinfo, | |
| | all_groups, | |
| | session)
; | |
struct ec_authz_info * <var class="pdparam">authzinfo</var>
;
ec_ptr_array * <var class="pdparam">all_groups</var>
;
Event * <var class="pdparam">session</var>
;
Description
Note
This reference page was automatically generated from functions found in the header files in the development branch. The function described here may not exist in generally available versions of Momentum, and may change in behavior when it is generally available. Consult your vendor for definitive advice on the use of this function.
This function returns EC_AUTH_OK
, EC_AUTH_FAIL
or EC_AUTH_ERROR
.
See Also
Was this page helpful?