Software Engineering KB

Home

❯

08 Security

❯

01 Authentication and Authorization

❯

01 Concept

❯

Grant Types

Grant Types

Feb 10, 20261 min read

  • authentication
  • oauth
  • grant-types

Grant Types

← Back to OAuth 2.0

OAuth 2.0 flows for obtaining tokens: Authorization Code (+ PKCE, recommended for most apps), Client Credentials (machine-to-machine), and Device Code (limited-input devices). Implicit and Resource Owner Password grants are deprecated due to security concerns.

Key Properties

  • Authorization Code with PKCE
  • Client Credentials Flow
  • Device Code Flow

authentication oauth grant-types


Graph View

  • Grant Types
  • Key Properties

Backlinks

  • OAuth 2.0
  • Authorization Code with PKCE

Created with Quartz v4.5.2 © 2026

  • GitHub