OAuth

Meaning

An open standard for access delegation, commonly used for token-based authentication.

Usage Examples

  • OAuth allows third-party applications to access user data without exposing credentials.
  • OAuth 2.0 is widely used for authorization in web and mobile applications.
  • OAuth tokens grant access to specific resources for a limited time.
  • OAuth flows include authorization code, implicit, and client credentials.