OAuth
OAuth is an open authorization framework that enables third-party applications to access user resources without exposing credentials. It provides a secure, token-based delegation mechanism widely used across the web for granting limited access to APIs and services on behalf of users.
1 APIs
0 Features
Access ControlAuthorizationOAuthSecurityTokens
APIs
OAuth 2.0 Authorization Server API
API specification for an OAuth 2.0 authorization server implementing the authorization endpoint, token endpoint, and token revocation endpoint as defined in RFC 6749, RFC 6750, ...