Preparing search index...
The search index is not available
Harmony Auth Documentation
Harmony Auth Documentation
Definitions/Client
PostBaseClientBody
Interface PostBaseClientBody
Base request body for creating a client.
interface
PostBaseClientBody
{
allowedLogoutUrls
?:
string
[]
;
callbacks
:
string
[]
;
clientMetadata
?:
Record
<
string
,
any
>
;
description
?:
string
;
grantTypes
:
string
[]
;
name
:
string
;
}
Hierarchy (
View Summary
)
PostBaseClientBody
PostAuth0ClientBody
PostCognitoClientBody
Index
Properties
allowed
Logout
Urls?
callbacks
client
Metadata?
description?
grant
Types
name
Properties
Optional
allowed
Logout
Urls
allowedLogoutUrls
?:
string
[]
callbacks
callbacks
:
string
[]
Optional
client
Metadata
clientMetadata
?:
Record
<
string
,
any
>
Optional
description
description
?:
string
grant
Types
grantTypes
:
string
[]
name
name
:
string
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
allowed
Logout
Urls
callbacks
client
Metadata
description
grant
Types
name
Harmony Auth Documentation
Loading...
Base request body for creating a client.