Skip to content

Commit

Permalink
remove auth token
Browse files Browse the repository at this point in the history
  • Loading branch information
Funkatronics authored May 7, 2024
1 parent 551692f commit 3e2da36
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions spec/feat_one_off_transaction.md
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ where:

```
{
“auth_token”: “<auth_token>”,
“accounts”: [
{
“address”: “<address>",
Expand All @@ -126,7 +125,6 @@ where:

where:

- `auth_token`: an opaque string representing a unique identifying token issued by the wallet endpoint to the dapp endpoint. The format and contents are an implementation detail of the wallet endpoint. The dapp endpoint can use this on future connections to reauthorize access to [privileged methods](#privileged-methods).
- `accounts`: one or more value objects that represent the accounts to which this auth token corresponds. These objects hold the following properties:
- `address`: a base64-encoded public key for this account.
- `display_address`: (optional) the address for this account. The format of this string will depend on the chain, and is specified by the `display_address_format` field
Expand Down

0 comments on commit 3e2da36

Please sign in to comment.