Authorization Code
Noun · Security & Infosec
Definitions
A short-lived code used in OAuth authorization flows that a client exchanges for tokens after the resource owner authorizes access. It reduces exposure compared with returning tokens directly through the browser.
In plain English: A short temporary code exchanged for access tokens after authorization.
Example: "The app used PKCE with the authorization code flow to avoid exposing tokens in the front channel."