Authentication

ACP auth modules are SDK-managed resources. Beyond create and deploy, the SDK exposes auth user operations like createUser, signUp, and signIn through the auth manager.

Authentication

Provision auth modules and manage auth users from the SDK.

Create an auth module

Use the auth manager when the resource you are provisioning is specifically an auth surface. That keeps the code closer to the product concept and unlocks auth-specific methods on the same manager.

Create and deploy the auth resource through client.auth.
Use auth-specific helpers rather than generic resource operations for user flows.
Bind the auth module to a web app or runtime when needed.
Create auth and manage users
Loading...

Inspect auth users and resource state

The auth manager can list users, fetch logs, inspect analytics, and manage bindings in the same way as other ACP resource surfaces.

Use listUsers() for basic user administration.
Use getLogs() to inspect runtime and request behavior.
Use bindings when auth should connect to other ACP resources.