krb5_get_prompt_types -- Get prompt_types
from the Kerberos context

C Prototype

krb5_prompt_type * krb5_get_prompt_types (
krb5_context context );
Arguments

context (input/output) | | The context structure. |
Description

This routine returns the prompt_types field
from the Kerberos context structure.
Return
Values

A pointer to the krb5_prompt_type
field, which contains one of the following values:
KRB5_PROMPT_TYPE_PASSWORD
|
KRB5_PROMPT_TYPE_NEW_PASSWORD
|
KRB5_PROMPT_TYPE_NEW_PASSWORD_AGAIN
|
KRB5_PROMPT_TYPE_PREAUTH
|