Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update spirekey-ref.md #2493

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions packages/apps/docs/src/docs/reference/spirekey-ref.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ As part of the redirection, SpireKey appends a `user` object in the `searchParam
| Parameter | Type | Description |
| :----------- | :----------- | :----------------------------------------------------------------------- |
| alias | string | Specifies an alias to use for the account as a display name. |
| accountName | string | Specifies the `c:account` a user has connected to the application. |
| accountName | string | Specifies the `r:account` a user has connected to the application. |
| pendingTxIds | string[] | Specifies an array of pending transactions related to account creation or maintenance. |
| credentials | Credential[] | Specifies the credential for the account. See [Credential](#credential). |

Expand Down Expand Up @@ -91,4 +91,4 @@ You can then collect or combine additional signatures, as required, to finalize

| Parameter | Type | Description |
| :-------- | :--- | :---------- |
| transaction | string | Specifies the `base64` encoded JSON stringified transaction object. |
| transaction | string | Specifies the `base64` encoded JSON stringified transaction object. |
Loading