tibasMemberDef_GetAuthenticationCallback()

Returns the authentication callback setting for a specified memberDef, if the callback function has been specified.

Declaration

tibas_status tibasMemberDef_GetAuthenticationCallback(
    tibasMemberDef memberDef,
    tibasMetaspace_AuthenticationCallback* callback)

Parameters

Parameter Description
memberDef Specify the memberDef object that identifies the member for which you want to return the callback function name.b
callback Returns a pointer to the callback function, if one exists.

Remarks

Use the tibasMemberDef_GetAuthenticationCallback() function to return a pointer to the authentication callback function that has been specified for a specified member, if a callback function has been specified.