Skip to main content

Module rfc6750

Module rfc6750 

Source
Expand description

OAuth 2.0 Bearer token usage (RFC 6750).

Opaque tokens issued by an authorization server, transmitted in the Authorization request header (Bearer <token>). Used by JMAP (RFC 8620) and OAuth 2.0 flows; the token itself is obtained separately (for example via io-oauth).

Modules§

bearer
OAuth 2.0 Bearer token usage: tokens are transmitted as-is in the Authorization request header (RFC 6750 §2.1).