Preparing search index...
The search index is not available
Harmony Auth Documentation
Harmony Auth Documentation
Definitions/Tenant
ProductSpecificAuthorizeResponse
Interface ProductSpecificAuthorizeResponse
interface
ProductSpecificAuthorizeResponse
{
customClaims
?:
{
accessToken
?:
Record
<
string
,
any
>
;
idToken
?:
Record
<
string
,
any
>
;
}
;
isAuthorized
:
boolean
;
}
Hierarchy (
View Summary
)
ProductSpecificAuthorizeResponse
AuthorizeUserFromTenantResponse
Index
Properties
custom
Claims?
is
Authorized
Properties
Optional
custom
Claims
customClaims
?:
{
accessToken
?:
Record
<
string
,
any
>
;
idToken
?:
Record
<
string
,
any
>
;
}
is
Authorized
isAuthorized
:
boolean
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
custom
Claims
is
Authorized
Harmony Auth Documentation
Loading...