cesium-native
0.46.0
Toggle main menu visibility
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
a
b
c
d
e
f
g
h
i
j
k
l
n
o
p
q
r
s
t
u
v
w
Functions
a
c
e
f
g
h
i
j
l
n
o
p
r
s
t
u
v
w
Typedefs
Enumerations
a
c
e
f
g
i
k
l
p
r
s
t
Enumerator
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
f
i
l
n
o
p
r
s
t
v
Enumerations
Files
File List
•
All
Classes
Namespaces
Functions
Variables
Typedefs
Enumerations
Enumerator
Pages
Loading...
Searching...
No Matches
Profile.h
1
#pragma once
2
3
#include <string>
4
5
namespace
CesiumITwinClient
{
6
10
struct
UserProfile
{
14
std::string
id
;
18
std::string
displayName
;
22
std::string
givenName
;
26
std::string
surname
;
30
std::string
email
;
31
};
10
struct
UserProfile
{
…
};
32
33
}
// namespace CesiumITwinClient
CesiumITwinClient
Classes for interacting with the iTwin API.
Definition
AuthenticationToken.h:11
CesiumITwinClient::UserProfile
Information on a user.
Definition
Profile.h:10
CesiumITwinClient::UserProfile::email
std::string email
The user's email.
Definition
Profile.h:30
CesiumITwinClient::UserProfile::givenName
std::string givenName
The user's first name.
Definition
Profile.h:22
CesiumITwinClient::UserProfile::id
std::string id
A GUID representing this user.
Definition
Profile.h:14
CesiumITwinClient::UserProfile::displayName
std::string displayName
A display name for this user, often the same as email.
Definition
Profile.h:18
CesiumITwinClient::UserProfile::surname
std::string surname
The user's last name.
Definition
Profile.h:26
CesiumITwinClient
include
CesiumITwinClient
Profile.h
Generated by
1.12.0