Authentication
Authentication is how an application identifies you.
At the user level, this is often by using a username/password combination. At the application level, this is often using an API Key and a shared secret.
Not to be confused with Authorization.