Report failure of the last authentication attempt using given credentials.
#include <sys/credential/credential_auth.h>
int credential_set_auth_status_failed(credential_t *cred)
BlackBerry 10.3.1
The credentials used to authenticate.
The authentication status for given credential is set to CREDENTIAL_AUTH_STATUS_FAILED. The next time these credentials are retrieved, the user will be prompted (provided it is permitted by the prompt policy) to verify the credentials.
0 if operation was successful, error code otherwise.