User Auth
The main-era native /v1/user/auth/* password surface, kept request/response compatible. Credentials verify against the bundled Cognito pool server-side; every token returned is an ESP User token.
Password sign-in
Verifies `username`/`password` against the bundled Cognito pool
Refresh tokens
Redeems a refresh token issued by this surface for a fresh token set.
Create an account
Creates the user in the bundled Cognito pool with exactly one of
Confirm signup
Confirm signup
Start password recovery
Start password recovery
Confirm password recovery
Confirm password recovery
Change password
Changes the caller's password. The caller presents this issuer's access token, which is
Sign out
Revokes the presented refresh token's family, signing out every device fed by it.