|
1 | 1 | --- |
2 | 2 | name: cli-auth |
3 | | -description: CLI tool (csdk) for the auth API — provides CRUD commands for 7 tables and 23 custom operations |
| 3 | +description: CLI tool (csdk) for the auth API — provides CRUD commands for 7 tables and 29 custom operations |
4 | 4 | --- |
5 | 5 |
|
6 | 6 | # cli-auth |
7 | 7 |
|
8 | 8 | <!-- @constructive-io/graphql-codegen - DO NOT EDIT --> |
9 | 9 |
|
10 | | -CLI tool (csdk) for the auth API — provides CRUD commands for 7 tables and 23 custom operations |
| 10 | +CLI tool (csdk) for the auth API — provides CRUD commands for 7 tables and 29 custom operations |
11 | 11 |
|
12 | 12 | ## Usage |
13 | 13 |
|
@@ -59,27 +59,33 @@ See the `references/` directory for detailed per-entity API documentation: |
59 | 59 | - [email](references/email.md) |
60 | 60 | - [phone-number](references/phone-number.md) |
61 | 61 | - [crypto-address](references/crypto-address.md) |
62 | | -- [connected-account](references/connected-account.md) |
63 | 62 | - [audit-log](references/audit-log.md) |
64 | 63 | - [role-type](references/role-type.md) |
| 64 | +- [user-connected-account](references/user-connected-account.md) |
65 | 65 | - [user](references/user.md) |
66 | | -- [current-ip-address](references/current-ip-address.md) |
67 | 66 | - [current-user-agent](references/current-user-agent.md) |
| 67 | +- [current-ip-address](references/current-ip-address.md) |
68 | 68 | - [current-user-id](references/current-user-id.md) |
| 69 | +- [require-step-up](references/require-step-up.md) |
69 | 70 | - [current-user](references/current-user.md) |
70 | 71 | - [sign-out](references/sign-out.md) |
71 | 72 | - [send-account-deletion-email](references/send-account-deletion-email.md) |
72 | 73 | - [check-password](references/check-password.md) |
| 74 | +- [disconnect-account](references/disconnect-account.md) |
| 75 | +- [revoke-api-key](references/revoke-api-key.md) |
| 76 | +- [revoke-session](references/revoke-session.md) |
73 | 77 | - [verify-password](references/verify-password.md) |
74 | 78 | - [verify-totp](references/verify-totp.md) |
75 | 79 | - [confirm-delete-account](references/confirm-delete-account.md) |
76 | 80 | - [set-password](references/set-password.md) |
77 | 81 | - [verify-email](references/verify-email.md) |
| 82 | +- [provision-new-user](references/provision-new-user.md) |
78 | 83 | - [reset-password](references/reset-password.md) |
79 | | -- [sign-in-one-time-token](references/sign-in-one-time-token.md) |
80 | | -- [sign-in](references/sign-in.md) |
| 84 | +- [create-api-key](references/create-api-key.md) |
| 85 | +- [sign-in-cross-origin](references/sign-in-cross-origin.md) |
81 | 86 | - [sign-up](references/sign-up.md) |
82 | | -- [one-time-token](references/one-time-token.md) |
| 87 | +- [request-cross-origin-token](references/request-cross-origin-token.md) |
| 88 | +- [sign-in](references/sign-in.md) |
83 | 89 | - [extend-token-expires](references/extend-token-expires.md) |
84 | 90 | - [forgot-password](references/forgot-password.md) |
85 | 91 | - [send-verification-email](references/send-verification-email.md) |
|
0 commit comments