actindo ->auth__get_token
actindo -> auth__get_token: Get authentication token
Signaturstring auth__get_token( string $sid )
 
Parameter
  • string $sid
    Session identier you got from auth__login or auth__token_login
     
Returnsstring
Token-String
 
DescriptionGet authentication token

You can get a token which you can use for all RPC requests.
It's not possible to actually log in to actindo with this token!!
The token is only valid as long as the user does not change its password!