Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

 

Name

Type

Info

sessionId

string

the sessionId of the newly created session, can be used directly for further API communication.

sessionToken

string

A one time usable token which can be passed to the users browser for overtaking the created session.

For example: Users are administered by your software, translate5 is just embedded.
Users authenticate themselves on your system, your system authenticates them via API at translate5.
Your system then provides a link containing the sessionToken parameter:
  /editor?sessionToken?TOKEN
After clicking on this URL the user translate5 will be opened with the authenticated in translate5user.
The token is only callable one time to
prohibit misusage.

  

 

GET resulting resource layout

...