krb5_error_code krb5_get_credentials_renew ( krb5_context context, krb5_flags options, krb5_ccache ccache, krb5_creds *in_creds, krb5_creds **out_creds );
The context structure.
Unused flag field.
The credentials cache.
The credentials to be renewed.
The refreshed credentials.
This routine attempts to contact a KDC to renew a set of existing Kerberos credentials.
This routine returns one of the following KRB5 status codes:
KRB5_PROG_ETYPE_NOSUPP
KRB5_KDCREP_MODIFIED
KDC reply did not match expectations.