Diffusion C API  5.9.24
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
authentication_registration_params_s Struct Reference

Structure supplied when issuing an authentication_register() request. More...

Data Fields

const char * name
 Name of the authentication handler, as specified in Diffusion's Server.xml configuration file. More...
 
const HASH_Tdetail_set
 A set of detail types to be request on a registration request. More...
 
void * context
 User-supplied context to return to callbacks.
 

Detailed Description

Structure supplied when issuing an authentication_register() request.

Field Documentation

const HASH_T* authentication_registration_params_s::detail_set

A set of detail types to be request on a registration request.

The hash should contain keys which map to SESSION_DETAILS_TYPE_T values, converted to NULL-terminated strings.

const char* authentication_registration_params_s::name

Name of the authentication handler, as specified in Diffusion's Server.xml configuration file.


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