pub unsafe extern "C" fn s2n_connection_get_client_auth_type(
    conn: *mut s2n_connection,
    client_auth_type: *mut Type
) -> c_int
Expand description

Gets Client Certificate authentication method the s2n_connection object is using.

@param conn A pointer to the s2n_connection object @param client_auth_type A pointer to a client auth policy. This will be updated to the s2n_connection value. @returns S2N_SUCCESS on success. S2N_FAILURE on failure