OAuth Overview
OAuth, otherwise known as Social Login or Social SSO, is an easy way for end users to sign-up and login to your application through their authenticated identity on common OAuth providers, such as Google or Microsoft.
API Objects & Endpoints
API Resources | Description |
---|---|
A top-level tenant that groups members, auth settings, roles, and other identity configurations. | |
Represents an authenticated user who is a member of a specific Organization. | |
A collection of OAuth endpoints for login and signup via social identity providers. | |
A managed session that tracks a Member's logged-in state using JWTs or session tokens. |