A collection of examples for the most common use cases.

- Authorization Code Flow - OpenID Connect [source](code.ts), or plain OAuth 2.0 [source](oauth.ts)
- Private Key JWT Client Authentication - [source](private_key_jwt.ts) | [diff from code flow](private_key_jwt.diff)
- DPoP - [source](dpop.ts) | [diff from code flow](dpop.diff)
- Pushed Authorization Request (PAR) - [source](par.ts) | [diff from code flow](par.diff)
- JWT Authorization Response Mode (JARM) - [source](jarm.ts) | [diff from code flow](jarm.diff)
- Client Credentials Grant - [source](client_credentials.ts)
- Device Authorization Grant - [source](device_authorization_grant.ts)
