aboutsummaryrefslogtreecommitdiff
path: root/doc/html/_sources/appdev/refs/types/krb5_responder_fn.txt
blob: 8fcd2e241c2709b86a233cb0f5d6da1bcb5a2aef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.. highlightlang:: c

.. _krb5-responder-fn-struct:

krb5_responder_fn
=================

..
.. c:type:: krb5_responder_fn
..

Responder function for an initial credential exchange.

If a required question is unanswered, the prompter may be called.

Declaration
------------

typedef krb5_error_code( \* krb5_responder_fn)(krb5_context ctx, void \*data, krb5_responder_context rctx)