Preparing search index...
The search index is not available
Harmony Auth Documentation
Harmony Auth Documentation
Definitions/Client
PatchCognitoClientBody
Interface PatchCognitoClientBody
Patch body for Cognito clients.
interface
PatchCognitoClientBody
{
allowedLogoutUrls
?:
string
[]
;
auth0Id
?:
string
;
callbacks
?:
string
[]
;
clientMetadata
?:
Record
<
string
,
any
>
;
description
?:
string
;
grantTypes
?:
string
[]
;
jwtConfiguration
?:
CognitoJwtConfiguration
;
name
?:
string
;
supportedIdp
?:
string
[]
;
}
Hierarchy
Partial
<
PostCognitoClientBody
>
PatchCognitoClientBody
Index
Properties
allowed
Logout
Urls?
auth0
Id?
callbacks?
client
Metadata?
description?
grant
Types?
jwt
Configuration?
name?
supported
Idp?
Properties
Optional
allowed
Logout
Urls
allowedLogoutUrls
?:
string
[]
Optional
auth0
Id
auth0Id
?:
string
Optional
callbacks
callbacks
?:
string
[]
Optional
client
Metadata
clientMetadata
?:
Record
<
string
,
any
>
Optional
description
description
?:
string
Optional
grant
Types
grantTypes
?:
string
[]
Optional
jwt
Configuration
jwtConfiguration
?:
CognitoJwtConfiguration
Optional
name
name
?:
string
Optional
supported
Idp
supportedIdp
?:
string
[]
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
allowed
Logout
Urls
auth0
Id
callbacks
client
Metadata
description
grant
Types
jwt
Configuration
name
supported
Idp
Harmony Auth Documentation
Loading...
Patch body for Cognito clients.