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