Netsutie PHP Toolkit
Main Page
Data Structures
Files
File List
Globals
SsoCredentials.php
Go to the documentation of this file.
1
<?php
8
class
SsoCredentials
{
9
18
public
$email
;
19
28
public
$password
;
29
38
public
$account
;
39
48
public
$role
;
49
58
public
$authenticationToken
;
59
68
public
$partnerId
;
69
70
71
72
static
$paramtypesmap
= array(
73
74
"email"
=>
"string"
,
75
76
"password"
=>
"string"
,
77
78
"account"
=>
"string"
,
79
80
"role"
=>
"RecordRef"
,
81
82
"authenticationToken"
=>
"string"
,
83
84
"partnerId"
=>
"string"
,
85
86
);
87
88
}
SsoCredentials\$account
$account
Definition:
SsoCredentials.php:38
SsoCredentials\$role
$role
Definition:
SsoCredentials.php:48
SsoCredentials\$authenticationToken
$authenticationToken
Definition:
SsoCredentials.php:58
SsoCredentials\$partnerId
$partnerId
Definition:
SsoCredentials.php:68
SsoCredentials
Definition:
SsoCredentials.php:8
SsoCredentials\$paramtypesmap
static $paramtypesmap
Definition:
SsoCredentials.php:72
SsoCredentials\$password
$password
Definition:
SsoCredentials.php:28
SsoCredentials\$email
$email
Definition:
SsoCredentials.php:18
Generated by
dreamxtream
using
1.8.10