Axinom Mosaic Libraries
Axinom Portal
Preparing search index...
@axinom/mosaic-user-auth
UserProfileResponse
Interface UserProfileResponse
Represents the response for a getUserProfile request.
interface
UserProfileResponse
{
code
:
"SUCCESS"
|
"ERROR"
;
details
?:
Record
<
string
,
unknown
>
;
message
?:
string
;
userProfile
?:
UserProfile
;
}
Index
Properties
code
details?
message?
user
Profile?
Properties
code
code
:
"SUCCESS"
|
"ERROR"
Optional
details
details
?:
Record
<
string
,
unknown
>
Optional
message
message
?:
string
Optional
user
Profile
userProfile
?:
UserProfile
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
code
details
message
user
Profile
Axinom Portal
Axinom Mosaic Libraries
Loading...
Represents the response for a getUserProfile request.