JWT
JSON Web Token
A compact, URL-safe token format used for securely transmitting claims between parties. Salesforce supports JWT bearer flow for server-to-server OAuth authentication without user interaction.
Example use case
A backend service uses the JWT bearer OAuth flow to authenticate with Salesforce and access API resources without requiring a user to log in interactively.