Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
SsoPassport.php
Go to the documentation of this file.
1
<?php
8
class
SsoPassport
{
9
18
public
$authenticationToken
;
19
28
public
$partnerId
;
29
38
public
$partnerAccount
;
39
40
41
42
static
$paramtypesmap
= array(
43
44
"authenticationToken"
=>
"string"
,
45
46
"partnerId"
=>
"string"
,
47
48
"partnerAccount"
=>
"string"
,
49
50
);
51
52
}
SsoPassport\$partnerAccount
$partnerAccount
Definition:
SsoPassport.php:38
SsoPassport\$authenticationToken
$authenticationToken
Definition:
SsoPassport.php:18
SsoPassport\$partnerId
$partnerId
Definition:
SsoPassport.php:28
SsoPassport\$paramtypesmap
static $paramtypesmap
Definition:
SsoPassport.php:42
SsoPassport
Definition:
SsoPassport.php:8
Generated by
dreamxtream
using
1.8.10