gnutls_auth_client_get_type - Linux
Overview
gnutls_auth_client_get_type
is a GNUTLS function that returns the type of the specified auth client object.
Syntax
gnutls_auth_client_type_t gnutls_auth_client_get_type(gnutls_auth_client_t client);
Options/Flags
The following options or flags are not available for this command.
Examples
gnutls_auth_client_type_t type = gnutls_auth_client_get_type(client);
Common Issues
Ensure that the client
parameter is a valid auth client object.
Integration
This command can be used with other GNUTLS functions to implement authentication mechanisms for client-side applications.
Related Commands
- gnutls_auth_client_init: Initializes an auth client object.
- gnutls_auth_client_deinit: Deinitializes an auth client object.