diff --git a/config/v3/new_account_virtual/receive.json b/config/v3/new_account_virtual/receive.json index 5e85aa8f..8d610beb 100644 --- a/config/v3/new_account_virtual/receive.json +++ b/config/v3/new_account_virtual/receive.json @@ -41,6 +41,10 @@ "description": "Oauth token for the client's login session (so that the user may be logged in immediately)", "type": "string" }, + "refresh_token": { + "description": "Refresh token to perform PTA, only for the first ever created account", + "type": "string" + }, "type": { "description": "Account type", "type": "string",