Credentials.getNative

Gets a pointer to native credentials of type native_type from credentials. It is a programming error (which will cause an warning to be logged) to use this method if there is no GCredentials support for the OS or if native_type isn't supported by the OS. Since 2.26

class Credentials
void*
getNative

Parameters

nativeType GCredentialsType

The type of native credentials to get.

Return Value

Type: void*

The pointer to native credentials or NULL if the operation there is no GCredentials support for the OS or if native_type isn't supported by the OS. Do not free the returned data, it is owned by credentials.

Meta