credential_auth_scope_release()

Release a structure that represents an authentication scope.

Synopsis:

#include <sys/credential/credential_auth.h>
 
void credential_auth_scope_release(credential_auth_scope_t **auth_scope)

Since:

BlackBerry 10.3.1

Arguments:

auth_scope

The handle to release.

Library:

libcredential (For the qcc command, use the -l bps option to link against this library)

Description:

This function releases the credential_auth_scope_t to return resources to the system and avoid memory leakage.

Returns:

0

if operation was successful, error code otherwise.