OAuth
Open Authorization
An open standard protocol for token-based authentication and authorization. Salesforce uses OAuth 2.0 flows to authorize connected apps and external integrations to access Salesforce data.
Example use case
A mobile app uses the OAuth 2.0 User-Agent flow to obtain an access token that allows it to read and write Salesforce data on behalf of the user.