Preparing search index...
The search index is not available
Harmony Auth Documentation
Harmony Auth Documentation
Definitions/User
PatchAuth0UserRequest
Interface PatchAuth0UserRequest
Patch request for Auth0 users.
interface
PatchAuth0UserRequest
{
provider
:
UserProvider
;
user
:
PatchAuth0UserBody
;
userId
:
string
;
}
Hierarchy (
View Summary
)
PatchBaseUserRequest
PatchAuth0UserRequest
Index
Properties
provider
user
user
Id
Properties
provider
provider
:
UserProvider
The auth provider.
Default Value
UserProvider.AUTH0
user
user
:
PatchAuth0UserBody
user
Id
userId
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
provider
user
user
Id
Harmony Auth Documentation
Loading...
Patch request for Auth0 users.