Connect interactive sign-in.
Use hosted OAuth 2.0 and OpenID Connect flows for browser, server-rendered, SPA, and native applications.
Loading…
02 / Human and machine access
Back to topApplication integration
Use authorization code with PKCE for interactive applications, device authorization for constrained clients, and client credentials for service-to-service access. Frontend and backend SDKs carry the supported token, principal, and renewable-session contracts into the application boundary.
Use hosted OAuth 2.0 and OpenID Connect flows for browser, server-rendered, SPA, and native applications.
Issue audience- and scope-bound client-credentials tokens without borrowing a user's identity or session.
Refresh, acknowledge, inspect, revoke, and end supported token and session state through explicit lifecycle operations.