Skip to content

Bearer Token.

An access credential where any party that holds (bears) the token can use it to access the protected resource, no further proof of possession required.

Most OAuth deployments use bearer tokens. The hardening pattern is layered: short lifetimes plus rotation plus secure storage plus monitoring for unusual usage patterns. For the highest-security flows, move to sender-constrained tokens via DPoP or mTLS.

Common questions

Are JWTs always bearer tokens?

How do I prevent bearer-token theft?

What is sender-constrained authentication?

Related terms

In the guides

Last updated 2026-05-07.