File tree Expand file tree Collapse file tree 1 file changed +0
-41
lines changed Expand file tree Collapse file tree 1 file changed +0
-41
lines changed Original file line number Diff line number Diff line change @@ -74,44 +74,3 @@ Attribute key: `SESSIONID`
7474Example value: ` SID:ANON:w3.org:j6oAOxCWZ `
7575
7676Description: The user's [ Session Id] ( https://en.wikipedia.org/wiki/Session_ID ) .
77-
78-
79-
80- /*
81- * Overview of all the different properties available for a user.
82- * /
83- attributes.add('EMAIL', {
84- name: 'email',
85- group: 1,
86- optional: false
87- });
88- attributes.add('FIRSTNAME', {
89- name: 'firstName',
90- group: 2,
91- optional: false
92- });
93- attributes.add('LASTNAME', {
94- name: 'lastName',
95- group: 2,
96- optional: false
97- });
98- attributes.add('DATEOFBIRTH', {
99- name: 'dateOfBirth',
100- group: 2,
101- optional: false
102- });
103- attributes.add('DEVICEID', {
104- name: 'deviceId',
105- group: 3,
106- optional: false
107- });
108- attributes.add('MD5EMAIL', {
109- name: 'md5Email',
110- group: 4,
111- optional: false
112- });
113- attributes.add('SESSIONID', {
114- name: 'sessionId',
115- group: 5,
116- optional: false
117- });
You can’t perform that action at this time.
0 commit comments