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