actindo ->auth__token_login
actindo -> auth__token_login: Login to the service using token you got from auth__get_token
Signaturstring auth__token_login( string $username, string $token, int $mandid [, string $productid [, string $productserialno [, string $otp_pass [, boolean $clear_other_sessions]]]] )
 
Parameter
  • string $username
    Username
     
  • string $token
    Token
     
  • int $mandid
    Mandanten-Nummer
     
  • string $productid
    Identifikation, der sich einloggenden Software. Nutzen Sie 'NOID' wenn Sie keine Produkt-Identifikation von der Actindo AG erhalten haben.
     
  • string $productserialno
    Seriennummer der sich einloggenden Software. Nutzen Sie 'NOSERIAL' wenn Sie keine Produkt-Seriennummer haben.
     
  • string $otp_pass
    OTP-Password
     
  • boolean $clear_other_sessions
    Sollen andere ggf. vorhandene Sessions automatisch ausgeloggt werden?
     
Returnsstring
Session identifier
 
DescriptionLogin to the service using token you got from auth__get_token

You have to suppy the session identifier you get here to every method you call thereafter as its first argument.